=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/scard.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- src/usr.bin/ssh/Attic/scard.c 2001/09/17 20:22:14 1.14 +++ src/usr.bin/ssh/Attic/scard.c 2001/09/28 09:49:31 1.15 @@ -24,7 +24,7 @@ #ifdef SMARTCARD #include "includes.h" -RCSID("$OpenBSD: scard.c,v 1.14 2001/09/17 20:22:14 markus Exp $"); +RCSID("$OpenBSD: scard.c,v 1.15 2001/09/28 09:49:31 djm Exp $"); #include #include @@ -123,6 +123,7 @@ int len, sw, status = -1; len = sw = 0; + n = NULL; if (sc_fd < 0) { status = sc_init();