]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
windows-access-check-20070209
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 9 Feb 2007 23:53:11 +0000 (23:53 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 9 Feb 2007 23:53:11 +0000 (23:53 +0000)
disable the test for the EACCESS flag in cm_HaveAccessRights.

src/WINNT/afsd/cm_access.c

index 4b1f71926e1c4307fb84de349e90198f07d74477..c4ca16c5cb8417df542833c2399f015ce4d7732c 100644 (file)
@@ -39,11 +39,12 @@ int cm_HaveAccessRights(struct cm_scache *scp, struct cm_user *userp, afs_uint32
     int didLock;
     long trights;
 
+#if 0
     if (scp->flags & CM_SCACHEFLAG_EACCESS) {
        *outRightsp = 0;
        return 1;
     }
-
+#endif
     didLock = 0;
     if (scp->fileType == CM_SCACHETYPE_DIRECTORY) {
         aclScp = scp;