=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/scard.c,v retrieving revision 1.14.4.1 retrieving revision 1.14.4.2 diff -u -r1.14.4.1 -r1.14.4.2 --- src/usr.bin/ssh/Attic/scard.c 2001/09/27 19:03:55 1.14.4.1 +++ src/usr.bin/ssh/Attic/scard.c 2001/11/15 00:15:19 1.14.4.2 @@ -24,7 +24,7 @@ #ifdef SMARTCARD #include "includes.h" -RCSID("$OpenBSD: scard.c,v 1.14.4.1 2001/09/27 19:03:55 jason Exp $"); +RCSID("$OpenBSD: scard.c,v 1.14.4.2 2001/11/15 00:15:19 miod Exp $"); #include #include @@ -123,6 +123,7 @@ int len, sw, status = -1; len = sw = 0; + n = NULL; if (sc_fd < 0) { status = sc_init();