mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-06 17:23:03 +01:00
scd: Fix the previous commit.
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
48e824b6ea
commit
99e00ec6db
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user