windows-access-check-20070209

disable the test for the EACCESS flag in cm_HaveAccessRights.
This commit is contained in:
Jeffrey Altman 2007-02-09 23:53:11 +00:00
parent 1a00759d8b
commit a9b0dbb30c

View 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;