1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-03 12:58:35 +03:00

s3: Remove smbd_messaging_context() from send_break_message()

This commit is contained in:
Volker Lendecke 2010-07-04 18:28:04 +02:00
parent e6a089484b
commit ba3b101c45

View File

@ -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);