From d2ddda4efab29fd8663757634773fa10e557e0f3 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Sun, 4 Feb 2001 21:57:11 +0000 Subject: - (bal) AIX patch for auth1.c by William L. Jones --- ChangeLog | 1 + auth1.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c83df5a3..202c2605 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 20010105 - (bal) Disable groupaccess by setting NGROUP_MAX to 0 for platforms that don't have NGROUPS_MAX. + - (bal) AIX patch for auth1.c by William L. Jones 20010104 - (bal) I think this is the last of the bsd-*.h that don't belong. diff --git a/auth1.c b/auth1.c index 1986b2d8..750fa5b5 100644 --- a/auth1.c +++ b/auth1.c @@ -347,7 +347,7 @@ do_authloop(Authctxt *authctxt) if (authctxt->failures++ > AUTH_FAIL_MAX) { #ifdef WITH_AIXAUTHENTICATE - loginfailed(user, + loginfailed(authctxt->user, get_canonical_hostname(options.reverse_mapping_check), "ssh"); #endif /* WITH_AIXAUTHENTICATE */ -- cgit v1.2.3