X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-afs.git/blobdiff_plain/dee660f2c4164dbe8862e0158494dbfe966b8c43..5f5cebd0db4f7c3723d5cf916f5d9d78eab87962:/afs/_acl.pyx diff --git a/afs/_acl.pyx b/afs/_acl.pyx index 5f0360b..06736f9 100644 --- a/afs/_acl.pyx +++ b/afs/_acl.pyx @@ -37,8 +37,7 @@ DEF MAXSIZE = 2048 def getAcl(char* dir, int follow=1): cdef char space[MAXSIZE] pioctl_read(dir, VIOCGETAL, space, MAXSIZE, follow) - ret = space # Python managed string - return ret + return space def getCallerAccess(char *dir, int follow=1): cdef vcxstat2 stat