diff options
-rw-r--r-- | source3/smbd/open.c | 2 |
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); |