Fix a valgrind error in chain_reply
commit5c6aa5ce9fb0cc5d63d04b0777d296c82e61c0a5
authorVolker Lendecke <vl@samba.org>
Mon, 27 Jul 2009 12:47:41 +0000 (27 14:47 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 5 Aug 2009 09:57:27 +0000 (5 11:57 +0200)
tree4013fb6963cb626d07a230f81324c8c5ab512b4c
parente7e1a6b3237550ef90db6a52a023885f616f722b
Fix a valgrind error in chain_reply

construct_reply() references the request after chain_reply has freed it.
(cherry picked from commit 5135ebd6f099518f0a0b5796e8057210be824740)

Addresses bug #6611.
source3/include/smb.h
source3/smbd/process.c