=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth2-pubkey.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/ssh/auth2-pubkey.c 2003/06/24 08:23:46 1.4 +++ src/usr.bin/ssh/auth2-pubkey.c 2003/11/04 08:54:09 1.5 @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth2-pubkey.c,v 1.4 2003/06/24 08:23:46 markus Exp $"); +RCSID("$OpenBSD: auth2-pubkey.c,v 1.5 2003/11/04 08:54:09 djm Exp $"); #include "ssh2.h" #include "xmalloc.h" @@ -170,9 +170,6 @@ struct stat st; Key *found; char *fp; - - if (pw == NULL) - return 0; /* Temporarily use the user's uid. */ temporarily_use_uid(pw);