[git] GnuPG - branch, master, updated. gnupg-2.1.0beta3-81-gca8eec8

by NIIBE Yutaka cvs at cvs.gnupg.org
Mon Jun 25 05:01:37 CEST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".

The branch, master has been updated
       via  ca8eec8e28abb8473d02dbaf8d61cfb1094c5c50 (commit)
      from  096e7457ec636bcfcf128678660eb2f2e19f113a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ca8eec8e28abb8473d02dbaf8d61cfb1094c5c50
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Sun Jun 24 10:45:49 2012 +0900

    scd: handle reader/token removal.
    
    * scd/apdu.c (pcsc_error_to_sw): PCSC_E_UNKNOWN_READER means
    SW_HOST_NO_READER.

diff --git a/scd/apdu.c b/scd/apdu.c
index 7641e91..bdc37ca 100644
--- a/scd/apdu.c
+++ b/scd/apdu.c
@@ -818,6 +818,7 @@ pcsc_error_to_sw (long ec)
     case PCSC_E_CANCELLED:           rc = SW_HOST_ABORTED; break;
     case PCSC_E_NO_MEMORY:           rc = SW_HOST_OUT_OF_CORE; break;
     case PCSC_E_TIMEOUT:             rc = SW_HOST_CARD_IO_ERROR; break;
+    case PCSC_E_UNKNOWN_READER:      rc = SW_HOST_NO_READER; break;
     case PCSC_E_SHARING_VIOLATION:   rc = SW_HOST_LOCKING_FAILED; break;
     case PCSC_E_NO_SMARTCARD:        rc = SW_HOST_NO_CARD; break;
     case PCSC_W_REMOVED_CARD:        rc = SW_HOST_NO_CARD; break;

-----------------------------------------------------------------------

Summary of changes:
 scd/apdu.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list