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:
parent
9303683ee2
commit
fc6ee68c29
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user