mirror of
https://github.com/samba-team/samba.git
synced 2025-02-24 13:57:43 +03:00
vfs: use struct initializer in smb_vfs_call_getxattrat_send()
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
2720d95d1f
commit
333a180b6a
@ -2690,7 +2690,10 @@ struct tevent_req *smb_vfs_call_getxattrat_send(
|
||||
}
|
||||
|
||||
VFS_FIND(getxattrat_send);
|
||||
state->recv_fn = handle->fns->getxattrat_recv_fn;
|
||||
|
||||
*state = (struct smb_vfs_call_getxattrat_state) {
|
||||
.recv_fn = handle->fns->getxattrat_recv_fn,
|
||||
};
|
||||
|
||||
subreq = handle->fns->getxattrat_send_fn(mem_ctx,
|
||||
ev,
|
||||
|
Loading…
x
Reference in New Issue
Block a user