[git] GnuPG - branch, STABLE-BRANCH-2-2, updated. gnupg-2.2.5-12-g655f0b9

by NIIBE Yutaka cvs at cvs.gnupg.org
Mon Mar 12 02:17:35 CET 2018


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, STABLE-BRANCH-2-2 has been updated
       via  655f0b9ad0138e6f960bf4befaf0eea569256614 (commit)
      from  1e27c0e04cd3280d498dc8b72d2e410f6287f656 (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 655f0b9ad0138e6f960bf4befaf0eea569256614
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Mon Mar 12 10:17:05 2018 +0900

    scd: Fix typo in previous commit.
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/scd/apdu.c b/scd/apdu.c
index e797c09..2ae6253 100644
--- a/scd/apdu.c
+++ b/scd/apdu.c
@@ -682,7 +682,7 @@ pcsc_get_status (int slot, unsigned int *status, int on_wire)
        (rdrstates[0].event_state & PCSC_STATE_PRESENT)? " present":"",
        (rdrstates[0].event_state & PCSC_STATE_ATRMATCH)? " atr":"",
        (rdrstates[0].event_state & PCSC_STATE_EXCLUSIVE)? " excl":"",
-       (rdrstates[0].event_state & PCSC_STATE_INUSE)? " unuse":"",
+       (rdrstates[0].event_state & PCSC_STATE_INUSE)? " inuse":"",
        (rdrstates[0].event_state & PCSC_STATE_MUTE)? " mute":"" );
 
   *status = 0;

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

Summary of changes:
 scd/apdu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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




More information about the Gnupg-commits mailing list