From 25be1d9b60f9005923770ec6e86cf0cca90b0082 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Thu, 10 Jul 2008 01:04:13 +0000 Subject: [PATCH] ITS#5577 --- CHANGES | 1 + libraries/libldap/tls.c | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 2fefc399f8..735f81e600 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,7 @@ OpenLDAP 2.4 Change Log OpenLDAP 2.4.11 Engineering Added libldap assertion control (ITS#5560) + Fixed libldap GnuTLS CRL result handling (ITS#5577) Fixed slapd crash with no listeners (ITS#5563) Fixed slapd sets memory leak (ITS#5557) Fixed slapd-sock, back-shell buffer count (ITS#5558) diff --git a/libraries/libldap/tls.c b/libraries/libldap/tls.c index a40601b784..c966628390 100644 --- a/libraries/libldap/tls.c +++ b/libraries/libldap/tls.c @@ -755,6 +755,7 @@ ldap_int_tls_init_ctx( struct ldapoptions *lo, int is_server ) crlfile, GNUTLS_X509_FMT_PEM ); if ( rc < 0 ) goto error_exit; + rc = 0; } if ( is_server ) { gnutls_dh_params_init (&((tls_ctx*) -- 2.39.5