summaryrefslogtreecommitdiff
path: root/source3/modules/non_posix_acls.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/modules/non_posix_acls.c')
-rw-r--r--source3/modules/non_posix_acls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/non_posix_acls.c b/source3/modules/non_posix_acls.c
index fca9979d649..8d3be72223d 100644
--- a/source3/modules/non_posix_acls.c
+++ b/source3/modules/non_posix_acls.c
@@ -32,7 +32,7 @@ int non_posix_sys_acl_blob_get_file_helper(vfs_handle_struct *handle,
struct xattr_sys_acl_hash_wrapper acl_wrapper = {};
struct smb_filename *smb_fname;
- smb_fname = synthetic_smb_fname(frame, path_p, NULL, NULL);
+ smb_fname = synthetic_smb_fname(frame, path_p, NULL, NULL, 0);
if (smb_fname == NULL) {
TALLOC_FREE(frame);
errno = ENOMEM;