diff options
Diffstat (limited to 'auth-rh-rsa.c')
-rw-r--r-- | auth-rh-rsa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-rh-rsa.c b/auth-rh-rsa.c index 870436b55..5bca5a970 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" |
16 | RCSID("$OpenBSD: auth-rh-rsa.c,v 1.24 2001/06/23 00:20:57 markus Exp $"); | 16 | RCSID("$OpenBSD: auth-rh-rsa.c,v 1.25 2001/06/23 03:04:42 markus Exp $"); |
17 | 17 | ||
18 | #include "packet.h" | 18 | #include "packet.h" |
19 | #include "xmalloc.h" | 19 | #include "xmalloc.h" |
@@ -61,7 +61,7 @@ auth_rhosts_rsa(struct passwd *pw, const char *client_user, RSA *client_host_key | |||
61 | 61 | ||
62 | host_status = check_key_in_hostfiles(pw, client_key, canonical_hostname, | 62 | host_status = check_key_in_hostfiles(pw, client_key, canonical_hostname, |
63 | _PATH_SSH_SYSTEM_HOSTFILE, | 63 | _PATH_SSH_SYSTEM_HOSTFILE, |
64 | options.ignore_user_known_hosts ? _PATH_SSH_USER_HOSTFILE : NULL); | 64 | options.ignore_user_known_hosts ? NULL : _PATH_SSH_USER_HOSTFILE); |
65 | 65 | ||
66 | key_free(client_key); | 66 | key_free(client_key); |
67 | 67 | ||