summaryrefslogtreecommitdiffstats
path: root/auth2.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-02-05 12:40:46 +1100
committerDamien Miller <djm@mindrot.org>2002-02-05 12:40:46 +1100
commitf3451a21819fbcf7a598d202f19329e03e2e5286 (patch)
treea439d303644cc323046bfd288523143c51e6168e /auth2.c
parentcb8ea157b8cd234fff302b9f837b860790000d6f (diff)
- (djm) Cleanup after sync:
- :%s/reverse_mapping_check/verify_reverse_mapping/g
Diffstat (limited to 'auth2.c')
-rw-r--r--auth2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth2.c b/auth2.c
index 08f71918..22b55869 100644
--- a/auth2.c
+++ b/auth2.c
@@ -264,7 +264,7 @@ userauth_finish(Authctxt *authctxt, int authenticated, char *method)
if (authctxt->failures++ > AUTH_FAIL_MAX) {
#ifdef WITH_AIXAUTHENTICATE
loginfailed(authctxt->user,
- get_canonical_hostname(options.reverse_mapping_check),
+ get_canonical_hostname(options.verify_reverse_mapping),
"ssh");
#endif /* WITH_AIXAUTHENTICATE */
packet_disconnect(AUTH_FAIL_MSG, authctxt->user);