]> git.samba.org - metze/samba/wip.git/commit
Make "inbuf" a talloc child of "smb_request" for normal smb requests
authorVolker Lendecke <vl@samba.org>
Mon, 3 Nov 2008 20:55:05 +0000 (21:55 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 4 Nov 2008 19:52:06 +0000 (20:52 +0100)
commitb8125663d90d9748b71a25a06a357167958dd18e
tree52144bf1e71acf4d77f81cdb66c3878bc984d714
parente4897a5376309bd73727f4130bf9bc6170158a6f
Make "inbuf" a talloc child of "smb_request" for normal smb requests

This is necessary if we want to keep the whole smb_request for deferred ops.
The explicit settings of req->inbuf will be removed once all those deferring
operations are converted to store the whole request and not just the inbuf.
source3/smbd/blocking.c
source3/smbd/notify.c
source3/smbd/process.c