summaryrefslogtreecommitdiff
path: root/auth-rh-rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-rh-rsa.c')
-rw-r--r--auth-rh-rsa.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/auth-rh-rsa.c b/auth-rh-rsa.c
index 87d51549d..0edbdb5f3 100644
--- a/auth-rh-rsa.c
+++ b/auth-rh-rsa.c
@@ -13,7 +13,7 @@
13 */ 13 */
14 14
15#include "includes.h" 15#include "includes.h"
16RCSID("$OpenBSD: auth-rh-rsa.c,v 1.21 2001/01/21 19:05:42 markus Exp $"); 16RCSID("$OpenBSD: auth-rh-rsa.c,v 1.22 2001/02/03 10:08:36 markus Exp $");
17 17
18#include "packet.h" 18#include "packet.h"
19#include "xmalloc.h" 19#include "xmalloc.h"
@@ -49,7 +49,8 @@ auth_rhosts_rsa(struct passwd *pw, const char *client_user, RSA *client_host_key
49 if (!auth_rhosts(pw, client_user)) 49 if (!auth_rhosts(pw, client_user))
50 return 0; 50 return 0;
51 51
52 canonical_hostname = get_canonical_hostname(); 52 canonical_hostname = get_canonical_hostname(
53 options.reverse_mapping_check);
53 54
54 debug("Rhosts RSA authentication: canonical host %.900s", canonical_hostname); 55 debug("Rhosts RSA authentication: canonical host %.900s", canonical_hostname);
55 56