summaryrefslogtreecommitdiff
path: root/auth1.c
diff options
context:
space:
mode:
authordjm <djm>2005-07-17 07:26:43 +0000
committerdjm <djm>2005-07-17 07:26:43 +0000
commit38134e3c53256601854cfc77c6372a793f83fc5e (patch)
tree83a9914b971c63547492e0b714fbf5a3ae19b44a /auth1.c
parent3e5f8bfedfafc69be48923ca51ea73e09d52b224 (diff)
downloadopenssh-38134e3c53256601854cfc77c6372a793f83fc5e.tar.gz
-(djm) [audit.c auth1.c auth2.c entropy.c loginrec.c serverloop.c]
[ssh-rand-helper.c] fix portable 2nd level indents at 4 spaces too
Diffstat (limited to 'auth1.c')
-rw-r--r--auth1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth1.c b/auth1.c
index 74e213d1..4bc2bf76 100644
--- 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);