diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-08-17 08:25:08 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-08-17 14:51:57 +0200 |
commit | e2b07c0adca680d73f20744fd8dbbcb8be818ca3 (patch) | |
tree | d5027ef3c0671ec1aa0bca6e8f16687805ed1758 /source4/libcli/smb2/transport.c | |
parent | 6ce362afeff0cb5094eb6b1ecfa639252cdcc7f8 (diff) | |
download | samba-e2b07c0adca680d73f20744fd8dbbcb8be818ca3.tar.gz samba-e2b07c0adca680d73f20744fd8dbbcb8be818ca3.tar.xz samba-e2b07c0adca680d73f20744fd8dbbcb8be818ca3.zip |
s4:libcli/smb2: reset trsnport->compound.related when a compound chain is finished
metze
Diffstat (limited to 'source4/libcli/smb2/transport.c')
-rw-r--r-- | source4/libcli/smb2/transport.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/smb2/transport.c b/source4/libcli/smb2/transport.c index 0acfb35a08d..bdab523f4fb 100644 --- a/source4/libcli/smb2/transport.c +++ b/source4/libcli/smb2/transport.c @@ -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; |