From f1619152ba9083fd5e65f8768cc6385df1b714f5 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 6 May 2005 10:08:34 +0000 Subject: r6627: Fix debug message (This used to be commit 6a5a9f17fb3c18e9dd8d447889b527055e5e3bd5) --- source3/nsswitch/winbindd_group.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/nsswitch/winbindd_group.c') diff --git a/source3/nsswitch/winbindd_group.c b/source3/nsswitch/winbindd_group.c index f0d3bc43ea..506ed12cbd 100644 --- a/source3/nsswitch/winbindd_group.c +++ b/source3/nsswitch/winbindd_group.c @@ -1071,8 +1071,8 @@ enum winbindd_result winbindd_getgroups(struct winbindd_cli_state *state) } if ( domain->primary && lp_winbind_trusted_domains_only()) { - DEBUG(7,("winbindd_getpwnam: My domain -- rejecting getgroups() for %s\\%s.\n", - name_domain, name_user)); + DEBUG(7,("winbindd_getgroups: My domain -- rejecting " + "getgroups() for %s\\%s.\n", name_domain, name_user)); return WINBINDD_ERROR; } -- cgit