mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
s3:smb2cli_base: call smb2cli_req_unset_pending() before tevent_req_done()
metze
This commit is contained in:
parent
242ca5dba3
commit
504d092aa7
@ -477,6 +477,7 @@ static void smb2cli_inbuf_received(struct tevent_req *subreq)
|
||||
*/
|
||||
goto fail;
|
||||
}
|
||||
smb2cli_req_unset_pending(req);
|
||||
state = tevent_req_data(req, struct smb2cli_req_state);
|
||||
if (i+3 >= num_iov) {
|
||||
/* last in chain */
|
||||
|
Loading…
x
Reference in New Issue
Block a user