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:
committed by
Gerald (Jerry) Carter
parent
d3822d889d
commit
21e3cf2f8f
@ -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) {
|
||||
|
Reference in New Issue
Block a user