]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3/lib: adouble SMB_VFS_SETXATTR => SMB_VFS_FSETXATTR
authorNoel Power <noel.power@suse.com>
Tue, 16 Feb 2021 19:25:59 +0000 (19:25 +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/lib/adouble.c

index 6fd290a31b8ae5cf8499fc8686594ee8c6c0c1fd..4a109b70d511371db39caeef6137806ba992932b 100644 (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);