From 8bbe400c56b269b2d7d06cb275a970f7ac8018f4 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 15 Feb 2007 12:05:19 +0000 Subject: r21357: Fix typo. Guenther (This used to be commit e3c32583795631212dc0d5cd01981b27cde2a489) --- source3/nsswitch/winbindd_group.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch') diff --git a/source3/nsswitch/winbindd_group.c b/source3/nsswitch/winbindd_group.c index 4215aef5dd..7edb755f1c 100644 --- a/source3/nsswitch/winbindd_group.c +++ b/source3/nsswitch/winbindd_group.c @@ -1302,7 +1302,7 @@ void winbindd_getgroups(struct winbindd_cli_state *state) } if ( s->domain->primary && lp_winbind_trusted_domains_only()) { - DEBUG(7,("winbindd_getpwnam: My domain -- rejecting " + DEBUG(7,("winbindd_getgroups: My domain -- rejecting " "getgroups() for %s\\%s.\n", s->domname, s->username)); request_error(state); -- cgit