=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth2-pubkey.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- src/usr.bin/ssh/auth2-pubkey.c 2008/07/02 12:03:51 1.18 +++ src/usr.bin/ssh/auth2-pubkey.c 2008/07/03 21:46:58 1.19 @@ -1,4 +1,4 @@ -/* $OpenBSD: auth2-pubkey.c,v 1.18 2008/07/02 12:03:51 dtucker Exp $ */ +/* $OpenBSD: auth2-pubkey.c,v 1.19 2008/07/03 21:46:58 otto Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -190,7 +190,6 @@ f = auth_openkeyfile(file, pw, options.strict_modes); if (!f) { - xfree(file); restore_uid(); return 0; }