]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10223 - fix function call
authorQuanah Gibson-Mount <quanah@openldap.org>
Fri, 28 Jun 2024 19:11:03 +0000 (19:11 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 28 Jun 2024 19:11:03 +0000 (19:11 +0000)
libraries/libldap/tls_o.c

index e7afeaa93834ae9b3ee4e872e780f21221281067..fe52a62bc71f4d047ce44619e851ec37a1977e4a 100644 (file)
@@ -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