summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-04-09 21:12:00 +1000
committerDamien Miller <djm@mindrot.org>2003-04-09 21:12:00 +1000
commit2a3f20e397b72e1efa834f8bf884e2dbdea9928b (patch)
tree134e1c685ff2c4becdc1253642885612c3bf3f42 /auth.c
parentbf2a0174e35bbebb76f464d9395e82a7675e56de (diff)
- (djm) Fix missed log => logit occurance (reference by function pointer)
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";