summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_cm.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2005-12-12 14:08:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:48 -0500
commitc9c8781ccf14271ac4baed838b59dcad50f8b742 (patch)
treeb011f36c277545f9884e0e433a5c23dba1ab727a /source3/nsswitch/winbindd_cm.c
parentdb6eea0fb4fe1665120306689ace3fa2f8b9dea7 (diff)
downloadsamba-c9c8781ccf14271ac4baed838b59dcad50f8b742.tar.gz
samba-c9c8781ccf14271ac4baed838b59dcad50f8b742.tar.bz2
samba-c9c8781ccf14271ac4baed838b59dcad50f8b742.zip
r12193: Fix some typos.
Guenther (This used to be commit 499224f02a8722eea0d4644ca81ca55da0e9a86b)
Diffstat (limited to 'source3/nsswitch/winbindd_cm.c')
-rw-r--r--source3/nsswitch/winbindd_cm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_cm.c b/source3/nsswitch/winbindd_cm.c
index 77278e8c34..6ac2520f44 100644
--- a/source3/nsswitch/winbindd_cm.c
+++ b/source3/nsswitch/winbindd_cm.c
@@ -209,7 +209,7 @@ static NTSTATUS cm_prepare_connection(const struct winbindd_domain *domain,
WINBIND_SERVER_MUTEX_WAIT_TIME);
if (!got_mutex) {
- DEBUG(0,("cm_open_connection: mutex grab failed for %s\n",
+ DEBUG(0,("cm_prepare_connection: mutex grab failed for %s\n",
controller));
result = NT_STATUS_POSSIBLE_DEADLOCK;
goto done;