scd: Fix the previous commit.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka 2021-10-29 11:47:17 +09:00
parent 48e824b6ea
commit 99e00ec6db
1 changed files with 1 additions and 5 deletions

View File

@ -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)