[Pcsclite-cvs-commit] r5372 - /trunk/PCSC/src/winscard_msg.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Nov 4 09:22:30 UTC 2010


Author: rousseau
Date: Thu Nov  4 09:22:23 2010
New Revision: 5372

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5372
Log:
MessageReceiveTimeout(): remove pcscd specific code inside a function
used only by libpcsclite

Modified:
    trunk/PCSC/src/winscard_msg.c

Modified: trunk/PCSC/src/winscard_msg.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/winscard_msg.c?rev=5372&op=diff
==============================================================================
--- trunk/PCSC/src/winscard_msg.c (original)
+++ trunk/PCSC/src/winscard_msg.c Thu Nov  4 09:22:23 2010
@@ -229,13 +229,6 @@
 			}
 		} else if (selret == 0)
 		{
-#ifdef PCSCD
-			(void)command;
-
-			/* timeout */
-			retval = -1;
-			break;
-#else
 			/* is the daemon still there? */
 			if (SCardCheckDaemonAvailability() != SCARD_S_SUCCESS)
 			{
@@ -248,7 +241,6 @@
 			 * this is logged on the client side and not on the pcscd
 			 * side*/
 			Log2(PCSC_LOG_INFO, "Command 0x%X not yet finished", command);
-#endif
 		} else
 		{
 			/* we ignore signals, all other errors are fatal */




More information about the Pcsclite-cvs-commit mailing list