r8782: Fix bug #2918. The problem was using Inbuffer to push a deferred open message...
authorJeremy Allison <jra@samba.org>
Tue, 26 Jul 2005 17:58:53 +0000 (17:58 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:00:16 +0000 (11:00 -0500)
commita344155b8d89869fa82594868b9a6952f53d9631
tree6f508b5c8d5ef8a81c8ab0823cc5d88102c0d1b9
parent7fb9e6a860b47eaf82589b0ebbcd34dbd6ed5df4
r8782: Fix bug #2918. The problem was using Inbuffer to push a deferred open message onto the queue
when we're in a chained message set - we're actually processing a different
buffer then. Added current_inbuf as a static inside smbd/process.c to ensure the
correct message gets pushed and processed.
Jeremy.
(This used to be commit ccef7581717bff6145ffc386d5be24d6f42634cb)
source3/smbd/process.c