diff options
-rw-r--r-- | source4/auth/ntlm/auth.c | 2 |
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, |