1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00

s3/lib: adouble SMB_VFS_SETXATTR => SMB_VFS_FSETXATTR

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Noel Power 2021-02-16 19:25:59 +00:00 committed by Jeremy Allison
parent ecd83a5877
commit 6b72538699

View File

@ -2598,8 +2598,7 @@ int ad_set(vfs_handle_struct *handle,
return -1;
}
ret = SMB_VFS_SETXATTR(handle->conn,
smb_fname,
ret = SMB_VFS_FSETXATTR(smb_fname->fsp,
AFPINFO_EA_NETATALK,
ad->ad_data,
AD_DATASZ_XATTR, 0);