[git] Poldi - branch, master, updated. release-0.4.1-40-g16912be

by NIIBE Yutaka cvs at cvs.gnupg.org
Mon Nov 7 06:02:43 CET 2016


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 "PAM for the OpenPGP card".

The branch, master has been updated
       via  16912be8d2685e82a3fe40e94912e90cbb73e47b (commit)
      from  67d92164f5512d4b0ba5d7461085b7941d091bf8 (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 16912be8d2685e82a3fe40e94912e90cbb73e47b
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Mon Nov 7 13:56:16 2016 +0900

    Fix SERIALNO command.
    
    * src/scd/scd.c (scd_serialno_internal): No agent any more.
    
    --
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/src/scd/scd.c b/src/scd/scd.c
index abd63f9..a565f78 100644
--- a/src/scd/scd.c
+++ b/src/scd/scd.c
@@ -452,8 +452,7 @@ scd_serialno_internal (assuan_context_t ctx, char **r_serialno)
 
   serialno = NULL;
 
-  rc = assuan_transact (ctx, agent ? "SCD SERIALNO" : "SERIALNO",
-                        NULL, NULL, NULL, NULL,
+  rc = assuan_transact (ctx, "SERIALNO", NULL, NULL, NULL, NULL,
                         get_serialno_cb, &serialno);
   if (rc)
     goto out;

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

Summary of changes:
 src/scd/scd.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


hooks/post-receive
-- 
PAM for the OpenPGP card
http://git.gnupg.org




More information about the Gnupg-commits mailing list