[Pcsclite-cvs-commit] MusclePAM pam_smartcard.c,1.14,1.15

rousseau@quantz.debian.org rousseau@quantz.debian.org
Thu, 02 Oct 2003 21:30:15 +0200


Update of /cvsroot/muscleapps/MusclePAM
In directory quantz:/tmp/cvs-serv4220

Modified Files:
	pam_smartcard.c 
Log Message:
use_authtok variable was not intialized


Index: pam_smartcard.c
===================================================================
RCS file: /cvsroot/muscleapps/MusclePAM/pam_smartcard.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- pam_smartcard.c	8 Dec 2002 00:43:27 -0000	1.14
+++ pam_smartcard.c	2 Oct 2003 19:30:13 -0000	1.15
@@ -520,7 +520,7 @@
   MSCTokenConnection pConnection;
   struct secure_data *sd;
   int i, rv, reader, ok;
-  int use_first_pass, use_authtok;
+  int use_first_pass, use_authtok = 0;
 
   /* open log */
   openlog(LOGNAME, LOG_CONS | LOG_PID, LOG_AUTHPRIV);