]> andersk Git - openssh.git/blobdiff - auth2.c
- markus@cvs.openbsd.org 2001/04/06 21:00:17
[openssh.git] / auth2.c
diff --git a/auth2.c b/auth2.c
index 8c9eb17a9790fbae0035cc71b901cbaf6035850d..d676270b7001a6e7386b54f120ecbe1ac609a80a 100644 (file)
--- a/auth2.c
+++ b/auth2.c
@@ -23,7 +23,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth2.c,v 1.50 2001/04/04 20:32:56 markus Exp $");
+RCSID("$OpenBSD: auth2.c,v 1.51 2001/04/06 21:00:08 markus Exp $");
 
 #include <openssl/evp.h>
 
@@ -590,7 +590,7 @@ user_key_allowed(struct passwd *pw, Key *key)
                return 0;
 
        /* Temporarily use the user's uid. */
-       temporarily_use_uid(pw->pw_uid);
+       temporarily_use_uid(pw);
 
        /* The authorized keys. */
        snprintf(file, sizeof file, "%.500s/%.100s", pw->pw_dir,
This page took 0.442411 seconds and 4 git commands to generate.