From fc6ee68c2908c8cae8fe02809028e92d3092791d Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Mon, 14 Dec 2020 08:10:44 +0100 Subject: [PATCH] vfs_vxfs: add support for SMB_ACL_TYPE_DEFAULT in vxfs_sys_acl_set_fd() Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- source3/modules/vfs_vxfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/modules/vfs_vxfs.c b/source3/modules/vfs_vxfs.c index 7bdcd3484a0..28f379b19e1 100644 --- a/source3/modules/vfs_vxfs.c +++ b/source3/modules/vfs_vxfs.c @@ -492,7 +492,7 @@ static int vxfs_sys_acl_set_fd(vfs_handle_struct *handle, { if (vxfs_compare(fsp->conn, fsp->fsp_name, theacl, - SMB_ACL_TYPE_ACCESS)) { + type)) { return 0; } -- 2.47.2