Move setting the mid field in req->outbuf from _cork to _uncork
authorVolker Lendecke <vl@sernet.de>
Tue, 9 Sep 2008 12:39:45 +0000 (14:39 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 9 Sep 2008 15:37:34 +0000 (17:37 +0200)
commit2a934529942feb1b9411b5351e27cb0b5718ea34
treead2756deaa38bb233d5646746843753e3e64358f
parent6ba8c105c541636ee79e20eb7c5547ed6d8117e2
Move setting the mid field in req->outbuf from _cork to _uncork

The async trans calls need this, as for secondary trans calls they have to
modify the MID from what cli_request_chain() gave us.
(This used to be commit c85de4b7b5db8b54b8bf0f91acbd6d08d1b0bc9d)
source3/libsmb/async_smb.c