1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

(open_card): Issue new CARDCTRL(4) status.

This commit is contained in:
Werner Koch 2005-01-20 18:25:25 +00:00
parent b2b2786be1
commit 6a0fda89c0
2 changed files with 4 additions and 1 deletions

View file

@ -295,6 +295,7 @@ open_card (void)
}
if (rc)
{
write_status_text (STATUS_CARDCTRL, "4");
log_info ("selecting openpgp failed: %s\n", gpg_strerror (rc));
apdu_close_reader (slot);
xfree (app);