[git] GnuPG - branch, master, updated. gnupg-2.1.19-14-g67c203b

by Werner Koch cvs at cvs.gnupg.org
Fri Mar 3 17:20:05 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 GNU Privacy Guard".

The branch, master has been updated
       via  67c203b6bf8d6dd489ceef3391f609986e7b7a49 (commit)
      from  f9acc7d18bb90f47dafe7e32ae92f567756d6b12 (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 67c203b6bf8d6dd489ceef3391f609986e7b7a49
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Mar 3 17:17:08 2017 +0100

    dirmngr: Fix commit de6d8313
    
    * dirmngr/http-common.c (get_default_keyserver): Fix assert.
    --
    
    Fixes-commit: de6d8313f6df32aaa151bee74e1db269ac1e0fed
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/dirmngr/http-common.c b/dirmngr/http-common.c
index 6013669..3b6cd44 100644
--- a/dirmngr/http-common.c
+++ b/dirmngr/http-common.c
@@ -44,7 +44,7 @@ get_default_keyserver (int name_only)
       log_assert (result && strlen (result) > 3);
       result += 3;
       /* Assert that there is no port given.  */
-      log_assert (strchr (result, ':'));
+      log_assert (!strchr (result, ':'));
     }
   return result;
 }

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

Summary of changes:
 dirmngr/http-common.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