fix smb_len calculation for chained requests
commitaf2b01d85188d2301580643f7e862e3e3988aadc
authorVolker Lendecke <vl@samba.org>
Sun, 10 Aug 2008 15:53:35 +0000 (10 17:53 +0200)
committerVolker Lendecke <vl@samba.org>
Sun, 10 Aug 2008 16:24:33 +0000 (10 18:24 +0200)
treef846ed91f7efe8e1c17e58d2c461c6f52403804f
parent0ff16e8573f3c312f10fc723648319fa1f514ac0
fix smb_len calculation for chained requests

I think chain_reply() is one of the most tricky parts of Samba. This recursion
needs to go away, we need to sequentially walk the chain list.
source/smbd/process.c