[Pcsclite-cvs-commit] r2149 - trunk/PCSC/src

Ludovic Rousseau rousseau at costa.debian.org
Tue Sep 5 16:41:05 UTC 2006


Author: rousseau
Date: 2006-09-05 16:41:05 +0000 (Tue, 05 Sep 2006)
New Revision: 2149

Modified:
   trunk/PCSC/src/pcscdaemon.c
Log:
SVCServiceRunLoop(): SHMProcessEventsServer() will not timeout anymore
so remove the managenemt code (which did nothing)


Modified: trunk/PCSC/src/pcscdaemon.c
===================================================================
--- trunk/PCSC/src/pcscdaemon.c	2006-09-05 16:39:58 UTC (rev 2148)
+++ trunk/PCSC/src/pcscdaemon.c	2006-09-05 16:41:05 UTC (rev 2149)
@@ -159,14 +159,6 @@
 
 			break;
 
-		case 2:
-			/*
-			 * timeout in SHMProcessEventsServer(): do nothing
-			 * this is used to catch the Ctrl-C signal at some time when
-			 * nothing else happens
-			 */
-			break;
-
 		case -1:
 			/* do not display if we are exiting or re-reading the config */
 			if ((!AraKiri) && (!ReCheckSerialReaders))




More information about the Pcsclite-cvs-commit mailing list