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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-rh-rsa.c b/auth-rh-rsa.c
index 0edbdb5f3..506a5a239 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.22 2001/02/03 10:08:36 markus Exp $"); 16RCSID("$OpenBSD: auth-rh-rsa.c,v 1.23 2001/04/06 21:00:04 markus Exp $");
17 17
18#include "packet.h" 18#include "packet.h"
19#include "xmalloc.h" 19#include "xmalloc.h"
@@ -80,7 +80,7 @@ auth_rhosts_rsa(struct passwd *pw, const char *client_user, RSA *client_host_key
80 pw->pw_name, user_hostfile); 80 pw->pw_name, user_hostfile);
81 } else { 81 } else {
82 /* XXX race between stat and the following open() */ 82 /* XXX race between stat and the following open() */
83 temporarily_use_uid(pw->pw_uid); 83 temporarily_use_uid(pw);
84 host_status = check_host_in_hostfile(user_hostfile, canonical_hostname, 84 host_status = check_host_in_hostfile(user_hostfile, canonical_hostname,
85 client_key, found, NULL); 85 client_key, found, NULL);
86 restore_uid(); 86 restore_uid();