mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
scd: Change the exit condition of pcsc_thread.
* scd/apdu.c (pcsc_thread): Check PCSC.CONTEXT. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
6fdb9b3546
commit
f2f9628006
1 changed files with 1 additions and 1 deletions
|
@ -1102,7 +1102,7 @@ pcsc_thread (void *arg)
|
|||
}
|
||||
|
||||
npth_mutex_lock (&reader_table_lock);
|
||||
while (pcsc.count)
|
||||
while (pcsc.context)
|
||||
{
|
||||
int i, j = 0;
|
||||
int any_change = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue