mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Replaced an assert and fixed batch mode issue in cardglue.
This commit is contained in:
parent
9523139ee7
commit
09203be1c6
6 changed files with 43 additions and 14 deletions
|
@ -1586,6 +1586,7 @@ open_pcsc_reader (const char *portstr)
|
|||
}
|
||||
strcpy (reader_table[slot].rdrname, portstr? portstr : list);
|
||||
xfree (list);
|
||||
list = NULL;
|
||||
|
||||
err = pcsc_connect (reader_table[slot].pcsc.context,
|
||||
reader_table[slot].rdrname,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue