]> andersk Git - openssh.git/blobdiff - auth-rh-rsa.c
- Merged yet more changes from OpenBSD CVS
[openssh.git] / auth-rh-rsa.c
index 5fb312f57c3bbc4a0edc1bb5a1d9b04842a9fc7a..345a7b66f2e5e8f5fa2106597ce5a8964ca4cc99 100644 (file)
@@ -38,7 +38,7 @@ int auth_rhosts_rsa(struct passwd *pw, const char *client_user,
   debug("Trying rhosts with RSA host authentication for %.100s", client_user);
 
   /* Check if we would accept it using rhosts authentication. */
-  if (!auth_rhosts(pw, client_user, options.ignore_rhosts, options.strict_modes))
+  if (!auth_rhosts(pw, client_user))
     return 0;
 
   canonical_hostname = get_canonical_hostname();
This page took 0.066277 seconds and 4 git commands to generate.