summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-07-04 18:30:48 +0200
committerVolker Lendecke <vl@samba.org>2010-07-05 11:06:27 +0200
commit9a3f53075ed1d5406dc3b09e8e01829c821723df (patch)
treed55ba0f386de8da2755744ad9514883989507be0 /source3/smbd/reply.c
parent80cc726b4aadcccca34a32f0352c4cad73d2af95 (diff)
downloadsamba-9a3f53075ed1d5406dc3b09e8e01829c821723df.tar.gz
samba-9a3f53075ed1d5406dc3b09e8e01829c821723df.tar.bz2
samba-9a3f53075ed1d5406dc3b09e8e01829c821723df.zip
s3: Remove smbd_messaging_context() from reply_lock()
Diffstat (limited to 'source3/smbd/reply.c')
-rw-r--r--source3/smbd/reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index acd983bc8f..288fde5960 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -4848,7 +4848,7 @@ void reply_lock(struct smb_request *req)
DEBUG(3,("lock fd=%d fnum=%d offset=%.0f count=%.0f\n",
fsp->fh->fd, fsp->fnum, (double)offset, (double)count));
- br_lck = do_lock(smbd_messaging_context(),
+ br_lck = do_lock(req->sconn->msg_ctx,
fsp,
(uint64_t)req->smbpid,
count,