mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
about to release 1.4.3rc1
This commit is contained in:
parent
966cd80d88
commit
b121d029b5
38 changed files with 21106 additions and 19313 deletions
|
@ -12405,7 +12405,7 @@ Thu Feb 12 22:24:42 1998 Werner Koch (wk@frodo)
|
|||
|
||||
|
||||
Copyright 1998, 1999, 2000, 2001, 2002, 2003,
|
||||
2004, 2005 Free Software Foundation, Inc.
|
||||
2004, 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
This file is free software; as a special exception the author gives
|
||||
unlimited permission to copy and/or distribute it, with or without
|
||||
|
|
|
@ -1327,7 +1327,7 @@ ccid_shutdown_reader (ccid_driver_t handle)
|
|||
int
|
||||
ccid_close_reader (ccid_driver_t handle)
|
||||
{
|
||||
if (!handle || !handle->idev)
|
||||
if (!handle || (!handle->idev && handle->dev_fd == -1))
|
||||
return 0;
|
||||
|
||||
do_close_reader (handle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue