]> andersk Git - openssh.git/blobdiff - auth-rh-rsa.c
NB: big update - may break stuff. Please test!
[openssh.git] / auth-rh-rsa.c
index 87d51549d2097bb2676bff5000553298d4832b7d..0edbdb5f3772ee84a22acb7ab59fdb0ca921ae34 100644 (file)
@@ -13,7 +13,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth-rh-rsa.c,v 1.21 2001/01/21 19:05:42 markus Exp $");
+RCSID("$OpenBSD: auth-rh-rsa.c,v 1.22 2001/02/03 10:08:36 markus Exp $");
 
 #include "packet.h"
 #include "xmalloc.h"
@@ -49,7 +49,8 @@ auth_rhosts_rsa(struct passwd *pw, const char *client_user, RSA *client_host_key
        if (!auth_rhosts(pw, client_user))
                return 0;
 
-       canonical_hostname = get_canonical_hostname();
+       canonical_hostname = get_canonical_hostname(
+           options.reverse_mapping_check);
 
        debug("Rhosts RSA authentication: canonical host %.900s", canonical_hostname);
 
This page took 0.034659 seconds and 4 git commands to generate.