summaryrefslogtreecommitdiff
path: root/auth1.c
diff options
context:
space:
mode:
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 74e213d13..4bc2bf76d 100644
--- a/auth1.c
+++ b/auth1.c
@@ -323,7 +323,7 @@ do_authloop(Authctxt *authctxt)
323 size_t len; 323 size_t len;
324 324
325 error("Access denied for user %s by PAM account " 325 error("Access denied for user %s by PAM account "
326 "configuration", authctxt->user); 326 "configuration", authctxt->user);
327 len = buffer_len(&loginmsg); 327 len = buffer_len(&loginmsg);
328 buffer_append(&loginmsg, "\0", 1); 328 buffer_append(&loginmsg, "\0", 1);
329 msg = buffer_ptr(&loginmsg); 329 msg = buffer_ptr(&loginmsg);