Fix a valgrind error in chain_reply
authorVolker Lendecke <vl@samba.org>
Mon, 27 Jul 2009 12:47:41 +0000 (14:47 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 27 Jul 2009 14:15:54 +0000 (16:15 +0200)
commit5135ebd6f099518f0a0b5796e8057210be824740
tree05e71b54969632ce6d99bf38a70abe2d5c9a7b66
parentd3132e21f3c93043e3d29584f4094b6edfc02c5a
Fix a valgrind error in chain_reply

construct_reply() references the request after chain_reply has freed it.
source3/include/smb.h
source3/smbd/process.c