]> andersk Git - openssh.git/blobdiff - auth1.c
- (djm) Cleanup after sync:
[openssh.git] / auth1.c
diff --git a/auth1.c b/auth1.c
index bae00fb53dd74e3421711e28c50e4d7921d6254e..cba3f7d613b1672b5bbf246e3378b5421293ce8e 100644 (file)
--- 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);
This page took 0.02736 seconds and 4 git commands to generate.