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