fix smb_len calculation for chained requests
commit34b56cb54e06f9b38d2bb0a626ec7b04030fc4fa
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 15:54:50 +0000 (10 17:54 +0200)
treee102f149dd8110aa591df8483bc7c79132c65abc
parent2abeea64e15f0e8e8c413744de9194bdcedd6f16
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