Add a new implementation of chain_reply
authorVolker Lendecke <vl@samba.org>
Mon, 10 Nov 2008 09:01:26 +0000 (10:01 +0100)
committerVolker Lendecke <vl@samba.org>
Fri, 16 Jan 2009 12:00:28 +0000 (13:00 +0100)
commitba981128ac0ba5b6b6f865d72a26509fb52a4a3e
tree2a3ddf28bf25e0cd63af1fed77004d0feff77ad1
parent740c5ce08138bca3c44dc3cccdd75abdb83752d5
Add a new implementation of chain_reply

This the global variable "orig_inbuf" in the old chain_reply code. This global
variable was one of the reasons why we had the silly restriction to not allow
async requests within a request chain.
source3/include/smb.h
source3/smbd/blocking.c
source3/smbd/process.c