summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
authordjm <djm>2003-04-09 11:12:00 +0000
committerdjm <djm>2003-04-09 11:12:00 +0000
commit439751a4f3822031e7009b660f5b5f79514e5705 (patch)
treef33d88396b8bf4eb023dc97231b7633a3a4dbdf9 /auth.c
parentbcfc30938c94f4b4b4caba68129f127836dfae6b (diff)
downloadopenssh-439751a4f3822031e7009b660f5b5f79514e5705.tar.gz
- (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 514b0b45..ba26034d 100644
--- a/auth.c
+++ b/auth.c
@@ -252,7 +252,7 @@ auth_log(Authctxt *authctxt, int authenticated, char *method, char *info)
!authctxt->valid ||
authctxt->failures >= AUTH_FAIL_LOG ||
strcmp(method, "password") == 0)
- authlog = log;
+ authlog = logit;
if (authctxt->postponed)
authmsg = "Postponed";