summaryrefslogtreecommitdiffstats
path: root/source/nsswitch
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-07-26 12:01:35 +0000
committerGerald Carter <jerry@samba.org>2003-07-26 12:01:35 +0000
commited61628d8b051049636f48ec4372b2e19090628c (patch)
tree65b37a4b3796030aea48118022a082b1b6f414bc /source/nsswitch
parent3b4693c3b28e9f428dc54b6c55298645431e0bda (diff)
downloadsamba-ed61628d8b051049636f48ec4372b2e19090628c.tar.gz
samba-ed61628d8b051049636f48ec4372b2e19090628c.tar.xz
samba-ed61628d8b051049636f48ec4372b2e19090628c.zip
fix typo in debug
Diffstat (limited to 'source/nsswitch')
-rw-r--r--source/nsswitch/winbindd_user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nsswitch/winbindd_user.c b/source/nsswitch/winbindd_user.c
index 65eb0fcbee9..c0b0d94167e 100644
--- a/source/nsswitch/winbindd_user.c
+++ b/source/nsswitch/winbindd_user.c
@@ -131,7 +131,7 @@ enum winbindd_result winbindd_getpwnam(struct winbindd_cli_state *state)
/* should we deal with users for our domain? */
if ( lp_winbind_trusted_domains_only() && strequal(name_domain, lp_workgroup())) {
- DEBUG(7,("winbindd_getpenam: My domain -- rejecting getpwnam() for %s\\%s.\n",
+ DEBUG(7,("winbindd_getpwnam: My domain -- rejecting getpwnam() for %s\\%s.\n",
name_domain, name_user));
return WINBINDD_ERROR;
}