diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2021-10-29 04:47:17 +0200 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2021-10-29 04:47:17 +0200 |
commit | 99e00ec6db33ce86b92106307d637769e0914833 (patch) | |
tree | 7bc87684b318b1440f14b2a2762d437cbfe1fc70 | |
parent | scd: Modify DEVINFO behavior to support looping forever. (diff) | |
download | gnupg2-99e00ec6db33ce86b92106307d637769e0914833.tar.xz gnupg2-99e00ec6db33ce86b92106307d637769e0914833.zip |
scd: Fix the previous commit.
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
-rw-r--r-- | scd/app.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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) |