1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r17134: Fix a debug message

(This used to be commit 40e2679811)
This commit is contained in:
Volker Lendecke 2006-07-19 10:42:50 +00:00 committed by Gerald (Jerry) Carter
parent 48e1e45183
commit 5faee071cb

View File

@ -859,7 +859,7 @@ void message_to_share_mode_entry(struct share_mode_entry *e, char *msg)
BOOL init_oplocks(void)
{
DEBUG(3,("open_oplock_ipc: initializing messages.\n"));
DEBUG(3,("init_oplocks: initializing messages.\n"));
message_register(MSG_SMB_BREAK_REQUEST,
process_oplock_break_message);