]> andersk Git - openssh.git/blobdiff - auth-rh-rsa.c
- markus@cvs.openbsd.org 2002/01/29 14:32:03
[openssh.git] / auth-rh-rsa.c
index e8d22a041901e4fdac2fb12dc37a8872a2eacd79..df917583b6a789b9e4dcacea025e4925367b38a9 100644 (file)
@@ -13,7 +13,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth-rh-rsa.c,v 1.27 2001/12/27 19:54:53 markus Exp $");
+RCSID("$OpenBSD: auth-rh-rsa.c,v 1.28 2002/01/29 14:32:03 markus Exp $");
 
 #include "packet.h"
 #include "xmalloc.h"
@@ -48,7 +48,7 @@ auth_rhosts_rsa(struct passwd *pw, const char *client_user, Key *client_host_key
                return 0;
 
        canonical_hostname = get_canonical_hostname(
-           options.reverse_mapping_check);
+           options.verify_reverse_mapping);
 
        debug("Rhosts RSA authentication: canonical host %.900s", canonical_hostname);
 
This page took 0.221756 seconds and 4 git commands to generate.