summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-07-04 18:28:04 +0200
committerVolker Lendecke <vl@samba.org>2010-07-05 11:06:26 +0200
commitba3b101c45f67154fe11d27d6c432ddf9a65a0d1 (patch)
tree8ddd27828bd6ae0baf3a8c015a8104f1aee6ec05 /source3
parente6a089484bbde72368a93ca83e69858fb3d2be8e (diff)
downloadsamba-ba3b101c45f67154fe11d27d6c432ddf9a65a0d1.tar.gz
samba-ba3b101c45f67154fe11d27d6c432ddf9a65a0d1.tar.bz2
samba-ba3b101c45f67154fe11d27d6c432ddf9a65a0d1.zip
s3: Remove smbd_messaging_context() from send_break_message()
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/open.c b/source3/smbd/open.c
index 4fc464d8ab..e0fcfb9679 100644
--- a/source3/smbd/open.c
+++ b/source3/smbd/open.c
@@ -913,7 +913,7 @@ static NTSTATUS send_break_message(files_struct *fsp,
exclusive->op_type | FORCE_OPLOCK_BREAK_TO_NONE);
}
- status = messaging_send_buf(smbd_messaging_context(), exclusive->pid,
+ status = messaging_send_buf(fsp->conn->sconn->msg_ctx, exclusive->pid,
MSG_SMB_BREAK_REQUEST,
(uint8 *)msg,
MSG_SMB_SHARE_MODE_ENTRY_SIZE);