[git] GnuPG - branch, master, updated. gnupg-2.1.21-78-gecd6c01

by Werner Koch cvs at cvs.gnupg.org
Wed Jun 28 08:50:41 CEST 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 GNU Privacy Guard".

The branch, master has been updated
       via  ecd6c0160f49ae83001dfd150df6b1238fc479d5 (commit)
      from  273964798592cd479c111f47e8ce46d5b1999d6a (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 ecd6c0160f49ae83001dfd150df6b1238fc479d5
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Jun 28 08:44:27 2017 +0200

    agent: Fix option --debug-wait
    
    * agent/gpg-agent.c (opts): Typo fix.
    --
    
    Regression-due-to: ccee34736b57a42ec4bdcb0d3181bdc6a08b0fff
    GnuPG-bug-id: 3225
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c
index 825b7ba..d3db3e1 100644
--- a/agent/gpg-agent.c
+++ b/agent/gpg-agent.c
@@ -164,7 +164,7 @@ static ARGPARSE_OPTS opts[] = {
   ARGPARSE_s_s (oDebug,	     "debug",       "@"),
   ARGPARSE_s_n (oDebugAll,   "debug-all",   "@"),
   ARGPARSE_s_s (oDebugLevel, "debug-level", "@"),
-  ARGPARSE_s_i (oDebugWait,"  debug-wait",  "@"),
+  ARGPARSE_s_i (oDebugWait,  "debug-wait",  "@"),
   ARGPARSE_s_n (oDebugQuickRandom, "debug-quick-random", "@"),
   ARGPARSE_s_n (oDebugPinentry, "debug-pinentry", "@"),
 

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

Summary of changes:
 agent/gpg-agent.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