[Pcsclite-cvs-commit] r1685 - trunk/Drivers/ocfBridge

Ludovic Rousseau rousseau at costa.debian.org
Mon Oct 17 13:29:24 UTC 2005


Author: rousseau
Date: 2005-10-17 13:29:23 +0000 (Mon, 17 Oct 2005)
New Revision: 1685

Modified:
   trunk/Drivers/ocfBridge/OCFPCSC1.cpp
Log:
Java_com_ibm_opencard_terminal_pcsc10_OCFPCSC1_SCardReconnect(): call
SCardReconnect() again.

Patch from Tomas Gustavsson


Modified: trunk/Drivers/ocfBridge/OCFPCSC1.cpp
===================================================================
--- trunk/Drivers/ocfBridge/OCFPCSC1.cpp	2005-10-12 13:09:02 UTC (rev 1684)
+++ trunk/Drivers/ocfBridge/OCFPCSC1.cpp	2005-10-17 13:29:23 UTC (rev 1685)
@@ -205,13 +205,11 @@
     return;
   }
 
-  /*
   returnCode = SCardReconnect((SCARDHANDLE)card,
 		                        	(DWORD)shareMode,
 			                        (DWORD)preferredProtocols,
                         			(DWORD)initialization,
 			                        (LPDWORD)&activeProtocol);
-  */
 
   if (returnCode != SCARD_S_SUCCESS) {
     throwPcscException(env, obj, "SCardReconnect", "PC/SC Error SCardReconnect", returnCode);




More information about the Pcsclite-cvs-commit mailing list