diff options
author | Volker Lendecke <vl@samba.org> | 2010-07-04 18:30:48 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-07-05 11:06:27 +0200 |
commit | 9a3f53075ed1d5406dc3b09e8e01829c821723df (patch) | |
tree | d55ba0f386de8da2755744ad9514883989507be0 /source3/smbd/reply.c | |
parent | 80cc726b4aadcccca34a32f0352c4cad73d2af95 (diff) | |
download | samba-9a3f53075ed1d5406dc3b09e8e01829c821723df.tar.gz samba-9a3f53075ed1d5406dc3b09e8e01829c821723df.tar.xz samba-9a3f53075ed1d5406dc3b09e8e01829c821723df.zip |
s3: Remove smbd_messaging_context() from reply_lock()
Diffstat (limited to 'source3/smbd/reply.c')
-rw-r--r-- | source3/smbd/reply.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index acd983bc8f9..288fde59600 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, |