=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/auth-rh-rsa.c,v retrieving revision 1.34.4.1 retrieving revision 1.35 diff -u -r1.34.4.1 -r1.35 --- src/usr.bin/ssh/Attic/auth-rh-rsa.c 2003/09/16 21:20:24 1.34.4.1 +++ src/usr.bin/ssh/Attic/auth-rh-rsa.c 2003/04/08 20:21:28 1.35 @@ -13,7 +13,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-rh-rsa.c,v 1.34.4.1 2003/09/16 21:20:24 brad Exp $"); +RCSID("$OpenBSD: auth-rh-rsa.c,v 1.35 2003/04/08 20:21:28 itojun Exp $"); #include "packet.h" #include "uidswap.h" @@ -63,7 +63,7 @@ client_host_key->rsa == NULL) return 0; - chost = (char *)get_canonical_hostname(options.use_dns); + chost = (char *)get_canonical_hostname(options.verify_reverse_mapping); debug("Rhosts RSA authentication: canonical host %.900s", chost); if (!PRIVSEP(auth_rhosts_rsa_key_allowed(pw, cuser, chost, client_host_key))) {