s3:smbd: push nttrans and trans2 responses with no data to the client
authorStefan Metzmacher <metze@samba.org>
Mon, 29 Jun 2009 13:38:48 +0000 (15:38 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 2 Jul 2009 07:10:59 +0000 (09:10 +0200)
commit8b94eb6cc8b0c63cf0787bd08ad469a72b0331c0
tree52af8aba56b2b67dd6526e659ba518f04c8dd08b
parentd73bc83c1921e2659dba27a0afc0b71a1760a5ca
s3:smbd: push nttrans and trans2 responses with no data to the client

For sync replies it's not a problem, as construct_reply() will send
the response, but for async replies we would not send the reply to the client.
Currently the notify code works arround this manually, so I assume
we didn't have a bug here. But the next commits will simplify
the notify code.

metze
source3/smbd/nttrans.c
source3/smbd/trans2.c