s4:ntlm/auth.c - add a whitespace in a debug output
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Thu, 26 Aug 2010 18:07:53 +0000 (20:07 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Thu, 26 Aug 2010 19:06:07 +0000 (21:06 +0200)
source4/auth/ntlm/auth.c

index 17fbfca2aa26a02b82ebbdcee87772ada1b4f454..a977aa4c414c5480bbff3559ec5b24d11025800e 100644 (file)
@@ -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,