diff options
-rw-r--r-- | source3/libsmb/async_smb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libsmb/async_smb.c b/source3/libsmb/async_smb.c index 9a5807fd41..f2fb5943cc 100644 --- a/source3/libsmb/async_smb.c +++ b/source3/libsmb/async_smb.c @@ -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); |