s3:libsmb/clitrans: fix handling of multi pdu [nt]trans[s][2] calls
authorStefan Metzmacher <metze@samba.org>
Wed, 8 Jun 2011 08:31:23 +0000 (10:31 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 10 Jun 2011 17:27:05 +0000 (19:27 +0200)
commit1dd24ac06a7472f53b06bc0aaa54cb22c8da0f78
tree4dc38068ca62df77982326c09244152ee8f54211
parent10bb088cf1e005fd047c09afcf6b5b8999d416fe
s3:libsmb/clitrans: fix handling of multi pdu [nt]trans[s][2] calls

We now keep the primary request open for the whole logical request.
The primary request is the one that gets all incoming replies.
While secondary requests are handled as separate one-way requests.

metze
source3/libsmb/clitrans.c