summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_group.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-02-15 12:05:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:58 -0500
commit8bbe400c56b269b2d7d06cb275a970f7ac8018f4 (patch)
tree96d8ca6ce4ae8cdb395d17dd9b66ff8547782a42 /source3/nsswitch/winbindd_group.c
parentc13e862d0ed0e3e7ef43745499a03b03b4d4eaf2 (diff)
downloadsamba-8bbe400c56b269b2d7d06cb275a970f7ac8018f4.tar.gz
samba-8bbe400c56b269b2d7d06cb275a970f7ac8018f4.tar.bz2
samba-8bbe400c56b269b2d7d06cb275a970f7ac8018f4.zip
r21357: Fix typo.
Guenther (This used to be commit e3c32583795631212dc0d5cd01981b27cde2a489)
Diffstat (limited to 'source3/nsswitch/winbindd_group.c')
-rw-r--r--source3/nsswitch/winbindd_group.c2
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);