[Pcsclite-cvs-commit] Drivers/ccid/src ifdhandler.c,1.46,1.47

rousseau@haydn.debian.org rousseau@haydn.debian.org


Update of /cvsroot/pcsclite/Drivers/ccid/src
In directory haydn:/tmp/cvs-serv17233

Modified Files:
	ifdhandler.c 
Log Message:
FDHGetCapabilities() tag TAG_IFD_SLOT_THREAD_SAFE: Can NOT talk to
multiple slots at the same time (at least until it is fully validated)


Index: ifdhandler.c
===================================================================
RCS file: /cvsroot/pcsclite/Drivers/ccid/src/ifdhandler.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- ifdhandler.c	6 Aug 2004 11:21:56 -0000	1.46
+++ ifdhandler.c	6 Aug 2004 11:23:59 -0000	1.47
@@ -287,7 +287,7 @@
 			if (*Length >= 1)
 			{
 				*Length = 1;
-				*Value = 1; /* Can talk to multiple slots at the same time */
+				*Value = 0; /* Can NOT talk to multiple slots at the same time */
 			}
 			break;