diff options
Diffstat (limited to 'auth1.c')
-rw-r--r-- | auth1.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -347,7 +347,7 @@ do_authloop(Authctxt *authctxt) | |||
347 | 347 | ||
348 | if (authctxt->failures++ > AUTH_FAIL_MAX) { | 348 | if (authctxt->failures++ > AUTH_FAIL_MAX) { |
349 | #ifdef WITH_AIXAUTHENTICATE | 349 | #ifdef WITH_AIXAUTHENTICATE |
350 | loginfailed(user, | 350 | loginfailed(authctxt->user, |
351 | get_canonical_hostname(options.reverse_mapping_check), | 351 | get_canonical_hostname(options.reverse_mapping_check), |
352 | "ssh"); | 352 | "ssh"); |
353 | #endif /* WITH_AIXAUTHENTICATE */ | 353 | #endif /* WITH_AIXAUTHENTICATE */ |