From: Quanah Gibson-Mount Date: Fri, 28 Jun 2024 19:11:03 +0000 (+0000) Subject: ITS#10223 - fix function call X-Git-Tag: OPENLDAP_REL_ENG_2_5_19~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c98d79157da10c27df6f52786c1bad786d480a2;p=thirdparty%2Fopenldap.git ITS#10223 - fix function call --- diff --git a/libraries/libldap/tls_o.c b/libraries/libldap/tls_o.c index e7afeaa938..fe52a62bc7 100644 --- a/libraries/libldap/tls_o.c +++ b/libraries/libldap/tls_o.c @@ -439,7 +439,7 @@ tlso_ctx_init( struct ldapoptions *lo, struct ldaptls *lt, int is_server ) Debug1( LDAP_DEBUG_ANY, "TLS: could not set TLSv1.3 cipher list %s.\n", lo->ldo_tls_ciphersuite ); - tlso_report_error( errmsg ); + tlso_report_error(); return -1; } #endif