1
0
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:
Stefan Metzmacher 2011-07-09 10:42:21 +02:00
parent 242ca5dba3
commit 504d092aa7

View File

@ -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 */