mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
vfs_aixacl2: use ACL type in aixjfs2_sys_acl_set_fd()
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
3363cddc3a
commit
6c30d49f48
@ -529,7 +529,7 @@ int aixjfs2_sys_acl_set_fd(vfs_handle_struct *handle,
|
||||
return -1;
|
||||
}
|
||||
|
||||
acl_aixc = aixacl_smb_to_aixacl(SMB_ACL_TYPE_ACCESS, theacl);
|
||||
acl_aixc = aixacl_smb_to_aixacl(type, theacl);
|
||||
if (!acl_aixc)
|
||||
return -1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user