diff options
author | Volker Lendecke <vl@samba.org> | 2010-07-04 18:30:08 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-07-05 11:06:26 +0200 |
commit | 80cc726b4aadcccca34a32f0352c4cad73d2af95 (patch) | |
tree | b30373a63bfac3b3407e21484f38f95dff7653ae /source3 | |
parent | 298da9a0a4f1c6374bdd99fd0ada9293a9eddb52 (diff) | |
download | samba-80cc726b4aadcccca34a32f0352c4cad73d2af95.tar.gz samba-80cc726b4aadcccca34a32f0352c4cad73d2af95.tar.bz2 samba-80cc726b4aadcccca34a32f0352c4cad73d2af95.zip |
s3: Remove smbd_messaging_context() from reply_writeunlock()
Diffstat (limited to 'source3')
-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 ad46c66b02..acd983bc8f 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -4060,7 +4060,7 @@ void reply_writeunlock(struct smb_request *req) } if (numtowrite && !fsp->print_file) { - status = do_unlock(smbd_messaging_context(), + status = do_unlock(req->sconn->msg_ctx, fsp, (uint64_t)req->smbpid, (uint64_t)numtowrite, |