Don't push the data out to the client in reply_sesssetup_blob()
authorVolker Lendecke <vl@samba.org>
Wed, 22 Oct 2008 14:59:08 +0000 (16:59 +0200)
committerVolker Lendecke <vl@samba.org>
Wed, 22 Oct 2008 15:53:22 +0000 (17:53 +0200)
commit84df0a68702dfd3ff687f199df4e479a892640d7
tree906bd77ce9a0393bc15d1d5fb476ee3dbf7139e4
parentca2d23e04822bb6389f744ff1885ad488c2671ff
Don't push the data out to the client in reply_sesssetup_blob()

Sending the data at this level breaks the assumption at higher levels that
req->outbuf == NULL means this request is deferred. It also breaks potential
chaining (Kerberos session setup and tcon X in one request)
source3/smbd/sesssetup.c