]> andersk Git - openssh.git/blobdiff - auth1.c
-(djm) [audit.c auth1.c auth2.c entropy.c loginrec.c serverloop.c]
[openssh.git] / auth1.c
diff --git a/auth1.c b/auth1.c
index 74e213d13d875ee863a77819f35b8d2b10a8295c..4bc2bf76d62d1d5794dabbb9cfe5b9be225ab37b 100644 (file)
--- a/auth1.c
+++ b/auth1.c
@@ -323,7 +323,7 @@ do_authloop(Authctxt *authctxt)
                        size_t len;
 
                        error("Access denied for user %s by PAM account "
-                          "configuration", authctxt->user);
+                           "configuration", authctxt->user);
                        len = buffer_len(&loginmsg);
                        buffer_append(&loginmsg, "\0", 1);
                        msg = buffer_ptr(&loginmsg);
This page took 0.11929 seconds and 4 git commands to generate.