fix smb_len calculation for chained requests
commit1a7b6fe34d6d7d29256fe3b5432593fa07d74838
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)
tree283448433714ec4252cd5259b60492812dfc9b09
parent12b6c1f57db772679cfb4b640a3f3dba259c9c72
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.
(This used to be commit af2b01d85188d2301580643f7e862e3e3988aadc)
source3/smbd/process.c