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

(cherry picked from commit a9b0dbb30cc926251d66ea9036d6505fe525cc51)

src/WINNT/afsd/cm_access.c

index 51051891159e6ae489c36e8fd0e18f98bd2ad333..5f9106057abf7e0c7ef03ddaaeeb333f3eb04900 100644 (file)
@@ -43,11 +43,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;