r21357: Fix typo.
authorGünther Deschner <gd@samba.org>
Thu, 15 Feb 2007 12:05:19 +0000 (12:05 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:17:58 +0000 (12:17 -0500)
Guenther

source/nsswitch/winbindd_group.c

index 4215aef5dd78db162024389966968d364f16b871..7edb755f1c01c9b9fd2fea0afc3f7a73cdbecc88 100644 (file)
@@ -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);