diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-07-19 10:42:50 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:38:14 -0500 |
commit | 40e267981174840f4f36d1863985ee010ef5074a (patch) | |
tree | 180fa69b205d950bfb7da8a12a0799bfadca78b9 /source/smbd/oplock.c | |
parent | 788aa15ea24e6dfb61820465b5b881829a64297a (diff) | |
download | samba-40e267981174840f4f36d1863985ee010ef5074a.tar.gz |
r17134: Fix a debug message
Diffstat (limited to 'source/smbd/oplock.c')
-rw-r--r-- | source/smbd/oplock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/oplock.c b/source/smbd/oplock.c index e4f5c434b09..99ce79296fd 100644 --- a/source/smbd/oplock.c +++ b/source/smbd/oplock.c @@ -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); |