summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_pam.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-01-28 17:47:41 +0100
committerMichael Adam <obnox@samba.org>2008-02-04 16:42:08 +0100
commit30dcc73d969a0761605e8649d68dc83ba24b9d67 (patch)
treee85bf3299b28e10190c570eb4a2f2976f95579af /source3/winbindd/winbindd_pam.c
parent5feb7f30caea8234641b448acb9420ce3f8f104b (diff)
downloadsamba-30dcc73d969a0761605e8649d68dc83ba24b9d67.tar.gz
samba-30dcc73d969a0761605e8649d68dc83ba24b9d67.tar.bz2
samba-30dcc73d969a0761605e8649d68dc83ba24b9d67.zip
Fix a typo in a debug message.
Michael (This used to be commit 3865a7e6a19630f8a90140accf4a6e93d4f70e6c)
Diffstat (limited to 'source3/winbindd/winbindd_pam.c')
-rw-r--r--source3/winbindd/winbindd_pam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_pam.c b/source3/winbindd/winbindd_pam.c
index 14b1621fc9..9435a328dd 100644
--- a/source3/winbindd/winbindd_pam.c
+++ b/source3/winbindd/winbindd_pam.c
@@ -324,7 +324,7 @@ struct winbindd_domain *find_auth_domain(struct winbindd_cli_state *state,
if (IS_DC) {
domain = find_domain_from_name_noinit(domain_name);
if (domain == NULL) {
- DEBUG(3, ("Authentication for domain [%s] refused"
+ DEBUG(3, ("Authentication for domain [%s] refused "
"as it is not a trusted domain\n",
domain_name));
}