Fix crash bug with vl's new trans handling in old transs
authorJeremy Allison <jra@samba.org>
Tue, 4 Dec 2007 20:53:21 +0000 (12:53 -0800)
committerJeremy Allison <jra@samba.org>
Tue, 4 Dec 2007 20:53:21 +0000 (12:53 -0800)
commit0e9a1c24a067832b2d3962e851001767973643d8
tree480aecc1d12d9bfe06814cc0ca23ba11f2bf1f28
parent3ab73eab49547a0cb9d1c6d180460b8c79cf7037
Fix crash bug with vl's new trans handling in old transs
calls. Make this look like the (working) transs2 handling
(replace inbuf, not write to outbuf - outbuf isn't allocated
yet so you get a null deref).
Jeremy.
(This used to be commit f04e37a630f8e7538d670d34db4ea7fc7c0b50a3)
source3/smbd/ipc.c