[git] GnuPG - branch, scd-pin-prompt, updated. gnupg-2.1.0beta3-19-gadd0e34

by Ben Kibbey cvs at cvs.gnupg.org
Tue Jan 24 04:29:13 CET 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-pin-prompt has been updated
       via  add0e34babcc6750f4675a8ab3b189b01127116f (commit)
      from  b5aa197a5f8d3ad6c484f8cc19e0b4513573a9a3 (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 add0e34babcc6750f4675a8ab3b189b01127116f
Author: Ben Kibbey <bjk at luxsci.net>
Date:   Mon Jan 23 21:26:41 2012 -0500

    Fix setting the wrong SCD pin prompt in the app.
    
    * scd/command.c (set_pinentry_prompt): Fix typo.

diff --git a/scd/command.c b/scd/command.c
index 7b7536b..0b82a2b 100644
--- a/scd/command.c
+++ b/scd/command.c
@@ -427,7 +427,7 @@ set_pinentry_prompt(ctrl_t ctrl, int which, const char *prompt)
     }
 
   if (!rc && ctrl->app_ctx)
-    rc = app_set_pin_prompt (ctrl->app_ctx, PIN_SIGN_PROMPT, prompt);
+    rc = app_set_pin_prompt (ctrl->app_ctx, which, prompt);
 
   return rc;
 }

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

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