1
0
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:
Ralph Boehme 2019-01-14 13:52:51 +01:00 committed by Jeremy Allison
parent 2720d95d1f
commit 333a180b6a

View File

@ -2690,7 +2690,10 @@ struct tevent_req *smb_vfs_call_getxattrat_send(
} }
VFS_FIND(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, subreq = handle->fns->getxattrat_send_fn(mem_ctx,
ev, ev,