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

Ludovic Rousseau rousseau at alioth.debian.org
Mon Dec 25 21:38:50 CET 2006


Author: rousseau
Date: 2006-12-25 21:38:50 +0100 (Mon, 25 Dec 2006)
New Revision: 2279

Modified:
   trunk/PCSC/src/pcscdaemon.c
Log:
signal_reload(): disable hotplug when shutdown is on going


Modified: trunk/PCSC/src/pcscdaemon.c
===================================================================
--- trunk/PCSC/src/pcscdaemon.c	2006-12-20 20:48:50 UTC (rev 2278)
+++ trunk/PCSC/src/pcscdaemon.c	2006-12-25 20:38:50 UTC (rev 2279)
@@ -574,6 +574,9 @@
 {
 	static int rescan_ongoing = FALSE;
 
+	if (AraKiri)
+		return;
+
 	Log1(PCSC_LOG_INFO, "Reload serial configuration");
 	if (rescan_ongoing)
 	{




More information about the Pcsclite-cvs-commit mailing list