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:
@ -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;
|
||||
|
Reference in New Issue
Block a user