svn commit: samba r6001 - in branches/SAMBA_3_0/source/smbd: .
jra at samba.org
jra at samba.org
Wed Mar 23 19:35:57 GMT 2005
Author: jra
Date: 2005-03-23 19:35:56 +0000 (Wed, 23 Mar 2005)
New Revision: 6001
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6001
Log:
Oops. Checing the wrong tagtype - should have been SMB_ACL_GROUP, not SMB_ACL_MASK.
Fix bug #2521.
Jeremy.
Modified:
branches/SAMBA_3_0/source/smbd/posix_acls.c
Changeset:
Modified: branches/SAMBA_3_0/source/smbd/posix_acls.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/posix_acls.c 2005-03-23 19:24:11 UTC (rev 6000)
+++ branches/SAMBA_3_0/source/smbd/posix_acls.c 2005-03-23 19:35:56 UTC (rev 6001)
@@ -3840,7 +3840,7 @@
}
}
break;
- case SMB_ACL_MASK:
+ case SMB_ACL_GROUP:
{
gid_t *pgid = (gid_t *)SMB_VFS_SYS_ACL_GET_QUALIFIER(conn, entry);
if (pgid == NULL) {
More information about the samba-cvs
mailing list