diff options
Diffstat (limited to 'auth2.c')
-rw-r--r-- | auth2.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |