From: Quanah Gibson-Mount Date: Thu, 10 Jul 2008 01:04:13 +0000 (+0000) Subject: ITS#5577 X-Git-Tag: OPENLDAP_REL_ENG_2_4_11~34 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=25be1d9b60f9005923770ec6e86cf0cca90b0082;p=openldap ITS#5577 --- 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*)