mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s3:smbd: use passed in ev in smbd_smb2_query_directory_send()
The ev argument is also a raw ev. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
6ec96ac709
commit
5d8f495b01
@ -275,7 +275,7 @@ static struct tevent_req *smbd_smb2_query_directory_send(TALLOC_CTX *mem_ctx,
|
||||
if (req == NULL) {
|
||||
return NULL;
|
||||
}
|
||||
state->ev = fsp->conn->sconn->raw_ev_ctx;
|
||||
state->ev = ev;
|
||||
state->fsp = fsp;
|
||||
state->smb2req = smb2req;
|
||||
state->in_output_buffer_length = in_output_buffer_length;
|
||||
|
Loading…
Reference in New Issue
Block a user