We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284bae2 commit e5bef9cCopy full SHA for e5bef9c
1 file changed
src/pcscdaemon.c
@@ -756,12 +756,11 @@ int main(int argc, char **argv)
756
* Set up the search for USB/PCMCIA devices
757
*/
758
rv = HPSearchHotPluggables(hpDirPath);
759
-#ifndef USE_SERIAL
760
if (rv)
+ {
761
+ Log0(PCSC_LOG_CRITICAL);
762
at_exit();
-#else
763
- (void)rv;
764
-#endif
+ }
765
766
rv = HPRegisterForHotplugEvents(hpDirPath);
767
0 commit comments