diff options
-rw-r--r-- | source3/nsswitch/winbindd_group.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |