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

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Thu Aug 7 12:57:09 UTC 2014


Author: rousseau
Date: 2014-08-07 12:57:09 +0000 (Thu, 07 Aug 2014)
New Revision: 6952

Modified:
   trunk/PCSC/src/hotplug_libudev.c
Log:
Add a missing break;

I removed the line when testing the code. This bug is mine, not
Stefani's


Modified: trunk/PCSC/src/hotplug_libudev.c
===================================================================
--- trunk/PCSC/src/hotplug_libudev.c	2014-08-07 12:54:03 UTC (rev 6951)
+++ trunk/PCSC/src/hotplug_libudev.c	2014-08-07 12:57:09 UTC (rev 6952)
@@ -372,6 +372,7 @@
 			readerTracker[i].fullName = NULL;
 			free(readerTracker[i].sysname);
 			readerTracker[i].sysname = NULL;
+			break;
 		}
 	}
 }




More information about the Pcsclite-cvs-commit mailing list