From 2a3f20e397b72e1efa834f8bf884e2dbdea9928b Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 9 Apr 2003 21:12:00 +1000 Subject: - (djm) Fix missed log => logit occurance (reference by function pointer) --- auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth.c') 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) !authctxt->valid || authctxt->failures >= AUTH_FAIL_LOG || strcmp(method, "password") == 0) - authlog = log; + authlog = logit; if (authctxt->postponed) authmsg = "Postponed"; -- cgit v1.2.3