mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
s3/smbd: 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
4031206478
commit
221573de21
@ -460,7 +460,7 @@ NTSTATUS set_ea_dos_attribute(connection_struct *conn,
|
||||
return NT_STATUS_INVALID_PARAMETER;
|
||||
}
|
||||
|
||||
ret = SMB_VFS_SETXATTR(conn, smb_fname,
|
||||
ret = SMB_VFS_FSETXATTR(smb_fname->fsp,
|
||||
SAMBA_XATTR_DOS_ATTRIB,
|
||||
blob.data, blob.length, 0);
|
||||
if (ret != 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user