[git] GnuPG - branch, master, updated. gnupg-2.1.15-282-g96414ba

by NIIBE Yutaka cvs at cvs.gnupg.org
Thu Oct 27 02:20:26 CEST 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 "The GNU Privacy Guard".

The branch, master has been updated
       via  96414baf36b8e6385b71847c789d489ebe176a93 (commit)
      from  d1ccab5176d7719328b287544b54b85e0277b146 (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 96414baf36b8e6385b71847c789d489ebe176a93
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Thu Oct 27 09:18:29 2016 +0900

    dirmngr: Fix help string and argument.
    
    * dirmngr/server.c (hlp_versioncheck): Add a newline.
    (cmd_versioncheck): Fix argument.
    
    --
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/dirmngr/server.c b/dirmngr/server.c
index 0ad2713..57273c7 100644
--- a/dirmngr/server.c
+++ b/dirmngr/server.c
@@ -2551,7 +2551,7 @@ static const char hlp_versioncheck[] =
   "\n"
   "Checks the internet to find whenever a new program version is available."
   "\n"
-  "<name> program name i.e. \"gnupg\""
+  "<name> program name i.e. \"gnupg\"\n"
   "<version> current version of the program i.e. \"2.0.2\"";
 static gpg_error_t
 cmd_versioncheck (assuan_context_t ctx, char *line)
@@ -2579,7 +2579,7 @@ cmd_versioncheck (assuan_context_t ctx, char *line)
   swdb_sig_path[0] = 0;
   ctrl = assuan_get_pointer (ctx);
 
-  if (split_fields (line, &cmd_fields, 2) != 2)
+  if (split_fields (line, cmd_fields, 2) != 2)
     {
       err = set_error (GPG_ERR_ASS_PARAMETER,
                        "No program name and/or version given");

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

Summary of changes:
 dirmngr/server.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


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




More information about the Gnupg-commits mailing list