1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r21357: Fix typo.

Guenther
(This used to be commit e3c3258379)
This commit is contained in:
Günther Deschner 2007-02-15 12:05:19 +00:00 committed by Gerald (Jerry) Carter
parent c13e862d0e
commit 8bbe400c56

View 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);