svn commit: samba r6002 - in trunk/source/smbd: .

jra at samba.org jra at samba.org
Wed Mar 23 19:37:11 GMT 2005


Author: jra
Date: 2005-03-23 19:37:11 +0000 (Wed, 23 Mar 2005)
New Revision: 6002

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6002

Log:
Oops. Checking the wrong tagtype - should have been SMB_ACL_GROUP, not SMB_ACL_MASK.
Fix bug #2521.
Jeremy.

Modified:
   trunk/source/smbd/posix_acls.c


Changeset:
Modified: trunk/source/smbd/posix_acls.c
===================================================================
--- trunk/source/smbd/posix_acls.c	2005-03-23 19:35:56 UTC (rev 6001)
+++ trunk/source/smbd/posix_acls.c	2005-03-23 19:37:11 UTC (rev 6002)
@@ -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