From c9c8781ccf14271ac4baed838b59dcad50f8b742 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 12 Dec 2005 14:08:42 +0000 Subject: r12193: Fix some typos. Guenther (This used to be commit 499224f02a8722eea0d4644ca81ca55da0e9a86b) --- source3/nsswitch/winbindd_misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch/winbindd_misc.c') diff --git a/source3/nsswitch/winbindd_misc.c b/source3/nsswitch/winbindd_misc.c index ec8bacc474..1fbf4b33df 100644 --- a/source3/nsswitch/winbindd_misc.c +++ b/source3/nsswitch/winbindd_misc.c @@ -179,7 +179,7 @@ enum winbindd_result winbindd_dual_getdcname(struct winbindd_domain *domain, result = cm_connect_netlogon(domain, &netlogon_pipe); if (!NT_STATUS_IS_OK(result)) { - DEBUG(1, ("Can't contact our the NETLOGON pipe\n")); + DEBUG(1, ("Can't contact the NETLOGON pipe\n")); return WINBINDD_ERROR; } -- cgit