diff options
Diffstat (limited to 'auth.c')
-rw-r--r-- | auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -252,7 +252,7 @@ auth_log(Authctxt *authctxt, int authenticated, char *method, char *info) | |||
252 | !authctxt->valid || | 252 | !authctxt->valid || |
253 | authctxt->failures >= AUTH_FAIL_LOG || | 253 | authctxt->failures >= AUTH_FAIL_LOG || |
254 | strcmp(method, "password") == 0) | 254 | strcmp(method, "password") == 0) |
255 | authlog = log; | 255 | authlog = logit; |
256 | 256 | ||
257 | if (authctxt->postponed) | 257 | if (authctxt->postponed) |
258 | authmsg = "Postponed"; | 258 | authmsg = "Postponed"; |