aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scd/app.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/scd/app.c b/scd/app.c
index ff945264a..7a61fdc46 100644
--- a/scd/app.c
+++ b/scd/app.c
@@ -860,11 +860,7 @@ select_application (ctrl_t ctrl, const char *name,
/* If new device(s), kick the scdaemon loop. */
if (new_card)
- {
- scd_kick_the_loop ();
- /* Also notify watching by DEVINFO */
- card_list_signal ();
- }
+ scd_kick_the_loop ();
}
for (card = card_top; card; card = card->next)