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

Ludovic Rousseau rousseau at costa.debian.org
Tue Mar 28 11:57:10 CEST 2006


Author: rousseau
Date: 2006-03-28 09:57:09 +0000 (Tue, 28 Mar 2006)
New Revision: 1987

Modified:
   trunk/Drivers/ocfBridge/OCFPCSC1.cpp
Log:
reset(): do not call SCardUnload() since it is no more included in
pcsc-lite 1.3.0

Thanks to Engelbert Hubbers for the bug report


Modified: trunk/Drivers/ocfBridge/OCFPCSC1.cpp
===================================================================
--- trunk/Drivers/ocfBridge/OCFPCSC1.cpp	2006-03-28 06:55:31 UTC (rev 1986)
+++ trunk/Drivers/ocfBridge/OCFPCSC1.cpp	2006-03-28 09:57:09 UTC (rev 1987)
@@ -729,7 +729,6 @@
 JNIEXPORT void JNICALL Java_com_ibm_opencard_terminal_pcsc10_OCFPCSC1_reset
   (JNIEnv *env, jobject obj) {
     removeAllContexts();
-    SCardUnload();
 }
 
 




More information about the Pcsclite-cvs-commit mailing list