[git] GnuPG - branch, scd-backport-2-0, updated. gnupg-2.0.19-29-ga90f0fc

by NIIBE Yutaka cvs at cvs.gnupg.org
Fri Jun 22 05:22:38 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, scd-backport-2-0 has been updated
       via  a90f0fca554a679e1c09b0c11ed80311a9358a9d (commit)
      from  ff40c05e8b563471278cb7c92df0310bc5967749 (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 a90f0fca554a679e1c09b0c11ed80311a9358a9d
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Fri Jun 22 10:51:12 2012 +0900

    scd: Fix updating slot status.
    * scd/comman.c (do_reset): Let clear card_removed flag.

diff --git a/scd/command.c b/scd/command.c
index 5ef6540..227057e 100644
--- a/scd/command.c
+++ b/scd/command.c
@@ -321,7 +321,7 @@ do_reset (ctrl_t ctrl, int send_reset)
 	  break;
 	default:
 	  apdu_close_reader (slot);
-	  slot = slot_table[slot].slot = -1;
+	  slot_table[slot].slot = -1;
 	  break;
 	}
     }

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

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


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




More information about the Gnupg-commits mailing list