diff options
Diffstat (limited to 'auth2.c')
-rw-r--r-- | auth2.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -264,7 +264,7 @@ userauth_finish(Authctxt *authctxt, int authenticated, char *method) | |||
264 | if (authctxt->failures++ > AUTH_FAIL_MAX) { | 264 | if (authctxt->failures++ > AUTH_FAIL_MAX) { |
265 | #ifdef WITH_AIXAUTHENTICATE | 265 | #ifdef WITH_AIXAUTHENTICATE |
266 | loginfailed(authctxt->user, | 266 | loginfailed(authctxt->user, |
267 | get_canonical_hostname(options.reverse_mapping_check), | 267 | get_canonical_hostname(options.verify_reverse_mapping), |
268 | "ssh"); | 268 | "ssh"); |
269 | #endif /* WITH_AIXAUTHENTICATE */ | 269 | #endif /* WITH_AIXAUTHENTICATE */ |
270 | packet_disconnect(AUTH_FAIL_MSG, authctxt->user); | 270 | packet_disconnect(AUTH_FAIL_MSG, authctxt->user); |