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:
parent
ecd83a5877
commit
6b72538699
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user