]> andersk Git - openssh.git/blobdiff - auth-rh-rsa.c
- djm@cvs.openbsd.org 2001/12/21 10:06:43
[openssh.git] / auth-rh-rsa.c
index 870436b55163d074fc9eac6189258adefca8e606..8a486b330a0bab62554210fc0382ac0ed36687da 100644 (file)
@@ -13,7 +13,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth-rh-rsa.c,v 1.24 2001/06/23 00:20:57 markus Exp $");
+RCSID("$OpenBSD: auth-rh-rsa.c,v 1.26 2001/11/07 22:41:51 markus Exp $");
 
 #include "packet.h"
 #include "xmalloc.h"
@@ -24,7 +24,6 @@ RCSID("$OpenBSD: auth-rh-rsa.c,v 1.24 2001/06/23 00:20:57 markus Exp $");
 #include "hostfile.h"
 #include "pathnames.h"
 #include "auth.h"
-#include "tildexpand.h"
 #include "canohost.h"
 
 /*
@@ -61,7 +60,7 @@ auth_rhosts_rsa(struct passwd *pw, const char *client_user, RSA *client_host_key
 
        host_status = check_key_in_hostfiles(pw, client_key, canonical_hostname,
            _PATH_SSH_SYSTEM_HOSTFILE,
-           options.ignore_user_known_hosts ? _PATH_SSH_USER_HOSTFILE : NULL);
+           options.ignore_user_known_hosts ? NULL : _PATH_SSH_USER_HOSTFILE);
 
        key_free(client_key);
 
This page took 0.188372 seconds and 4 git commands to generate.