summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2021-10-29 04:47:17 +0200
committerNIIBE Yutaka <gniibe@fsij.org>2021-10-29 04:47:17 +0200
commit99e00ec6db33ce86b92106307d637769e0914833 (patch)
tree7bc87684b318b1440f14b2a2762d437cbfe1fc70
parentscd: Modify DEVINFO behavior to support looping forever. (diff)
downloadgnupg2-99e00ec6db33ce86b92106307d637769e0914833.tar.xz
gnupg2-99e00ec6db33ce86b92106307d637769e0914833.zip
scd: Fix the previous commit.
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
-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)