summaryrefslogtreecommitdiffstats
path: root/auth1.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 /auth1.c
parentcb8ea157b8cd234fff302b9f837b860790000d6f (diff)
- (djm) Cleanup after sync:
- :%s/reverse_mapping_check/verify_reverse_mapping/g
Diffstat (limited to 'auth1.c')
-rw-r--r--auth1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth1.c b/auth1.c
index bae00fb5..cba3f7d6 100644
--- a/auth1.c
+++ b/auth1.c
@@ -339,7 +339,7 @@ do_authloop(Authctxt *authctxt)
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);