summaryrefslogtreecommitdiff
path: root/auth2.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth2.c')
-rw-r--r--auth2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth2.c b/auth2.c
index a89842358..dfb284691 100644
--- a/auth2.c
+++ b/auth2.c
@@ -240,7 +240,7 @@ userauth_finish(Authctxt *authctxt, int authenticated, char *method)
240 packet_write_wait(); 240 packet_write_wait();
241 } 241 }
242 fatal("Access denied for user %s by PAM account " 242 fatal("Access denied for user %s by PAM account "
243 "configuration", authctxt->user); 243 "configuration", authctxt->user);
244 } 244 }
245 } 245 }
246#endif 246#endif