fix smb_len calculation for chained requests
authorVolker Lendecke <vl@samba.org>
Sun, 10 Aug 2008 15:53:35 +0000 (17:53 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 11 Aug 2008 14:17:37 +0000 (16:17 +0200)
commita606ff9a23f96a1da98794b0b481f0c5fa2584cf
tree2f8f18f232c66c0d5897d2c22ea84e392293237e
parentc59725892da965d09aa25e867c75c6aa3bfedf1d
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.
(cherry picked from commit 34b56cb54e06f9b38d2bb0a626ec7b04030fc4fa)
source/smbd/process.c