1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

r6001: Oops. Checing the wrong tagtype - should have been SMB_ACL_GROUP, not SMB_ACL_MASK.

Fix bug #2521.
Jeremy.
This commit is contained in:
Jeremy Allison
2005-03-23 19:35:56 +00:00
committed by Gerald (Jerry) Carter
parent d3822d889d
commit 21e3cf2f8f

View File

@ -3840,7 +3840,7 @@ static int check_posix_acl_group_write(connection_struct *conn, const char *dnam
}
}
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) {