[git] GnuPG - branch, master, updated. gnupg-2.1.15-175-g9e6f8a5

by Justus Winter cvs at cvs.gnupg.org
Thu Sep 29 17:02:56 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  9e6f8a55ed04f876635792125858ee76a948802a (commit)
      from  cbf2ac66692daa7a324108724698d60d6c7e473f (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 9e6f8a55ed04f876635792125858ee76a948802a
Author: Justus Winter <justus at g10code.com>
Date:   Thu Sep 29 14:17:24 2016 +0200

    dirmngr: Fix STARTTLS on LDAP connections.
    
    * dirmngr/ks-engine-ldap.c (my_ldap_connect): Fix unfortunate typo.
    --
    Courtesy of pkgsrc contributor fhajny.
    
    Signed-off-by: Justus Winter <justus at g10code.com>

diff --git a/dirmngr/ks-engine-ldap.c b/dirmngr/ks-engine-ldap.c
index ad2110e..9b9efc7 100644
--- a/dirmngr/ks-engine-ldap.c
+++ b/dirmngr/ks-engine-ldap.c
@@ -513,7 +513,7 @@ my_ldap_connect (parsed_uri_t uri, LDAP **ldap_connp,
 #endif /* LDAP_OPT_X_TLS_CACERTFILE && HAVE_LDAP_SET_OPTION */
 #endif
 
-#ifndef HAVE_LDAP_START_TLS_S
+#ifdef HAVE_LDAP_START_TLS_S
   if (uri->use_tls)
     {
       /* XXX: We need an option to determine whether to abort if the

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

Summary of changes:
 dirmngr/ks-engine-ldap.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