mirror of
https://github.com/samba-team/samba.git
synced 2025-07-23 20:59:10 +03:00
s3:libsmb: call cli_smb_req_unset_pending() before tevent_req_done() also for chained requests
metze
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user