[Pcsclite-cvs-commit] r2388 - trunk/PCSC/src/utils

Ludovic Rousseau rousseau at alioth.debian.org
Mon Feb 5 21:29:59 CET 2007


Author: rousseau
Date: 2007-02-05 21:29:59 +0100 (Mon, 05 Feb 2007)
New Revision: 2388

Modified:
   trunk/PCSC/src/utils/formaticc.c
Log:
use SCARD_SCOPE_USER instead of the pcsc-lite specific SCARD_SCOPE_GLOBAL


Modified: trunk/PCSC/src/utils/formaticc.c
===================================================================
--- trunk/PCSC/src/utils/formaticc.c	2007-02-05 17:11:52 UTC (rev 2387)
+++ trunk/PCSC/src/utils/formaticc.c	2007-02-05 20:29:59 UTC (rev 2388)
@@ -84,7 +84,7 @@
 		return 1;
 	}
 
-	rv = SCardEstablishContext(SCARD_SCOPE_GLOBAL, pcHost, NULL, &hContext);
+	rv = SCardEstablishContext(SCARD_SCOPE_USER, pcHost, NULL, &hContext);
 
 	if (rv != SCARD_S_SUCCESS)
 	{




More information about the Pcsclite-cvs-commit mailing list