summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--auth1.c2
2 files changed, 2 insertions, 1 deletions
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 <jones@hpc.utexas.edu>
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 */