From 4c98d79157da10c27df6f52786c1bad786d480a2 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Fri, 28 Jun 2024 19:11:03 +0000 Subject: [PATCH] ITS#10223 - fix function call --- libraries/libldap/tls_o.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2