]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3/modules: posixacl convert from SMB_VFS_SETXATTR -> SMB_VFS_FSETXATTR
authorNoel Power <noel.power@suse.com>
Tue, 16 Feb 2021 19:55:23 +0000 (19:55 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 11 Mar 2021 17:50:30 +0000 (17:50 +0000)
Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/posixacl_xattr.c

index 7582ceb121e1651984351f92e188b324fef0487d..a835f2e5ebe1c9d3fee86e293d0973e4d10ef891 100644 (file)
@@ -474,7 +474,7 @@ int posixacl_xattr_acl_set_file(vfs_handle_struct *handle,
                return -1;
        }
 
-       return SMB_VFS_SETXATTR(handle->conn, smb_fname,
+       return SMB_VFS_FSETXATTR(smb_fname->fsp,
                        name, buf, size, 0);
 }