mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
s3:libsmb: call cli_smb_req_unset_pending() before tevent_req_done() also for chained requests
metze
This commit is contained in:
parent
d41d2e93f4
commit
bae9324e50
@ -678,6 +678,7 @@ static void cli_smb_received(struct tevent_req *subreq)
|
||||
state->inbuf = inbuf;
|
||||
state->chain_num = i;
|
||||
state->chain_length = num_chained;
|
||||
cli_smb_req_unset_pending(req);
|
||||
tevent_req_done(chain[i]);
|
||||
}
|
||||
TALLOC_FREE(inbuf);
|
||||
|
Loading…
Reference in New Issue
Block a user