r3350: fixed a bug with sending multiple replies for the one request, as
authorAndrew Tridgell <tridge@samba.org>
Fri, 29 Oct 2004 03:48:49 +0000 (03:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:04:58 +0000 (13:04 -0500)
commit4676de010f1b1680ce70e2e4ae1eb4af4de26695
treed644f08c06d50a5ceb587651e07ed45855ef84ee
parentae3b7ef161fcf248f551a2f1ac9d1052f932b3a0
r3350: fixed a bug with sending multiple replies for the one request, as
happens with trans2, trans and echo. Now that smbd is async we queue
the multiples replies all at once, and now need a way to ensure each
reply gets it own smbsrv_request buffer. I have added
req_setup_secondary() to cope with this.
(This used to be commit 2dbd2abc5f197ee21d7dceeda2922c7449c46d99)
source4/smb_server/nttrans.c
source4/smb_server/reply.c
source4/smb_server/request.c
source4/smb_server/trans2.c