summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth.c b/auth.c
index 514b0b456..ba26034d5 100644
--- a/auth.c
+++ b/auth.c
@@ -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";