From: Noel Power Date: Tue, 16 Feb 2021 19:25:59 +0000 (+0000) Subject: s3/lib: adouble SMB_VFS_SETXATTR => SMB_VFS_FSETXATTR X-Git-Tag: tevent-0.11.0~1595 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b725386992a24ae70dfb26a32cbec469c759e50;p=thirdparty%2Fsamba.git s3/lib: adouble SMB_VFS_SETXATTR => SMB_VFS_FSETXATTR Signed-off-by: Noel Power Reviewed-by: Jeremy Allison --- diff --git a/source3/lib/adouble.c b/source3/lib/adouble.c index 6fd290a31b8..4a109b70d51 100644 --- a/source3/lib/adouble.c +++ b/source3/lib/adouble.c @@ -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);