[git] Pinentry - branch, master, updated. pinentry-1.0.0-6-gc725fdd

by NIIBE Yutaka cvs at cvs.gnupg.org
Fri Jan 13 06:24:53 CET 2017


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 standard pinentry collection".

The branch, master has been updated
       via  c725fdd260b0c2291660ff954e6b2250006ec08f (commit)
      from  1acb06aac3dd08f573d7c2e3be75226346e61ed2 (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 c725fdd260b0c2291660ff954e6b2250006ec08f
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Fri Jan 13 14:22:33 2017 +0900

    gnome3: Fix CONFIRM condition.
    
    * gnome3/pinentry-gnome3.c (gnome3_cmd_handler): No buffer for PIN means
    it's not passphrase input but confirmation dialog.
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/gnome3/pinentry-gnome3.c b/gnome3/pinentry-gnome3.c
index d5a49d6..29cd997 100644
--- a/gnome3/pinentry-gnome3.c
+++ b/gnome3/pinentry-gnome3.c
@@ -247,7 +247,7 @@ gnome3_cmd_handler (pinentry_t pe)
   state.ret = 0;
   state.timeout_id = 0;
   state.timed_out = 0;
-  state.prompt = create_prompt (pe, !!(pe->pin));
+  state.prompt = create_prompt (pe, !(pe->pin));
   if (!state.prompt)
     {
       pe->canceled = 1;

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

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


hooks/post-receive
-- 
The standard pinentry collection
http://git.gnupg.org




More information about the Gnupg-commits mailing list