1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

vfs_vxfs: add support for SMB_ACL_TYPE_DEFAULT in vxfs_sys_acl_set_fd()

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Ralph Boehme 2020-12-14 08:10:44 +01:00 committed by Jeremy Allison
parent 9303683ee2
commit fc6ee68c29

View File

@ -492,7 +492,7 @@ static int vxfs_sys_acl_set_fd(vfs_handle_struct *handle,
{ {
if (vxfs_compare(fsp->conn, fsp->fsp_name, theacl, if (vxfs_compare(fsp->conn, fsp->fsp_name, theacl,
SMB_ACL_TYPE_ACCESS)) { type)) {
return 0; return 0;
} }