summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_streams_xattr.c
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2021-02-10 12:46:09 +0000
committerJeremy Allison <jra@samba.org>2021-02-26 21:28:33 +0000
commit1d1b80e5dc594e64f73db787a3ca0b5c3e3f11a7 (patch)
tree05f3c0afe2d9a18d78a6c0f08b05560509b7e2f8 /source3/modules/vfs_streams_xattr.c
parentde83946311d8c1f007c236751280e9f101cc3a29 (diff)
downloadsamba-1d1b80e5dc594e64f73db787a3ca0b5c3e3f11a7.tar.gz
s3/smbd: Remove connection_struct from get_ea_names_from_file
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/modules/vfs_streams_xattr.c')
-rw-r--r--source3/modules/vfs_streams_xattr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/modules/vfs_streams_xattr.c b/source3/modules/vfs_streams_xattr.c
index ca85ad86705..58ddacdb62d 100644
--- a/source3/modules/vfs_streams_xattr.c
+++ b/source3/modules/vfs_streams_xattr.c
@@ -685,7 +685,6 @@ static NTSTATUS walk_xattr_streams(vfs_handle_struct *handle,
return NT_STATUS_UNSUCCESSFUL);
status = get_ea_names_from_file(talloc_tos(),
- handle->conn,
smb_fname->fsp,
&names,
&num_names);