summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm/auth.c
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-08-26 20:07:53 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-08-26 21:06:07 +0200
commit53a32347034af180c8b767607eedd346134ab4cc (patch)
treee87591bdf59487205171599d2f77434d01d941aa /source4/auth/ntlm/auth.c
parentb11b2425a9cc919f34d7c8b1dae7b40f3cf11f08 (diff)
downloadsamba-53a32347034af180c8b767607eedd346134ab4cc.tar.gz
samba-53a32347034af180c8b767607eedd346134ab4cc.tar.bz2
samba-53a32347034af180c8b767607eedd346134ab4cc.zip
s4:ntlm/auth.c - add a whitespace in a debug output
Diffstat (limited to 'source4/auth/ntlm/auth.c')
-rw-r--r--source4/auth/ntlm/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/ntlm/auth.c b/source4/auth/ntlm/auth.c
index 17fbfca2aa..a977aa4c41 100644
--- a/source4/auth/ntlm/auth.c
+++ b/source4/auth/ntlm/auth.c
@@ -378,7 +378,7 @@ _PUBLIC_ NTSTATUS auth_check_password_recv(struct tevent_req *req,
if (tevent_req_is_nterror(req, &status)) {
DEBUG(2,("auth_check_password_recv: "
- "%s authentication for user [%s\\%s]"
+ "%s authentication for user [%s\\%s] "
"FAILED with error %s\n",
(state->method ? state->method->ops->name : "NO_METHOD"),
state->user_info->mapped.domain_name,