[Pcsclite-cvs-commit] r1982 - trunk/Drivers/ccid/src

Ludovic Rousseau rousseau at costa.debian.org
Mon Mar 27 16:23:30 CEST 2006


Author: rousseau
Date: 2006-03-27 14:23:30 +0000 (Mon, 27 Mar 2006)
New Revision: 1982

Modified:
   trunk/Drivers/ccid/src/commands.c
Log:
SecurePINVerify(): debug a debug message :-)


Modified: trunk/Drivers/ccid/src/commands.c
===================================================================
--- trunk/Drivers/ccid/src/commands.c	2006-03-27 14:17:58 UTC (rev 1981)
+++ trunk/Drivers/ccid/src/commands.c	2006-03-27 14:23:30 UTC (rev 1982)
@@ -176,7 +176,7 @@
 	 * The equivalent CCID structure is only 14-bytes long */
 	if (TxLength > 19+CMD_BUF_SIZE) /* command too large? */
 	{
-		DEBUG_INFO3("Command too long: %d > %d", TxLength, 16+CMD_BUF_SIZE);
+		DEBUG_INFO3("Command too long: %d > %d", TxLength, 19+CMD_BUF_SIZE);
 		*RxLength = 0;
 		return IFD_NOT_SUPPORTED;
 	}




More information about the Pcsclite-cvs-commit mailing list