diff options
author | Günther Deschner <gd@samba.org> | 2007-02-15 12:05:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:17:58 -0500 |
commit | 8bbe400c56b269b2d7d06cb275a970f7ac8018f4 (patch) | |
tree | 96d8ca6ce4ae8cdb395d17dd9b66ff8547782a42 | |
parent | c13e862d0ed0e3e7ef43745499a03b03b4d4eaf2 (diff) | |
download | samba-8bbe400c56b269b2d7d06cb275a970f7ac8018f4.tar.gz samba-8bbe400c56b269b2d7d06cb275a970f7ac8018f4.tar.bz2 samba-8bbe400c56b269b2d7d06cb275a970f7ac8018f4.zip |
r21357: Fix typo.
Guenther
(This used to be commit e3c32583795631212dc0d5cd01981b27cde2a489)
-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); |