1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

s4:libcli/smb2: reset trsnport->compound.related when a compound chain is finished

metze
This commit is contained in:
Stefan Metzmacher
2012-08-17 08:25:08 +02:00
parent 6ce362afef
commit e2b07c0adc

View File

@ -234,6 +234,7 @@ void smb2_transport_send(struct smb2_request *req)
status = smb2cli_req_compound_submit(reqs, num_reqs);
TALLOC_FREE(transport->compound.reqs);
transport->compound.related = false;
if (!NT_STATUS_IS_OK(status)) {
req->status = status;