mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 07:51:00 +00:00
windows-access-check-20070209
disable the test for the EACCESS flag in cm_HaveAccessRights.
This commit is contained in:
parent
1a00759d8b
commit
a9b0dbb30c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user