feature: TSG-21853 Refactoring TFE Kafka infrastructure
This commit is contained in:
@@ -636,11 +636,6 @@ struct ssl_mgr * ssl_manager_init(const char * ini_profile, const char * section
|
||||
mgr->logger = logger;
|
||||
mgr->ev_base_gc=ev_base_gc;
|
||||
|
||||
if (ssl_mid_cert_kafka_logger_create(ini_profile, section))
|
||||
{
|
||||
goto error_out;
|
||||
}
|
||||
|
||||
MESA_load_profile_uint_def(ini_profile, section, "ssl_debug", &(ssl_debug), 0);
|
||||
MESA_load_profile_string_def(ini_profile, section, "ssl_min_version", version_str, sizeof(version_str), "ssl3");
|
||||
mgr->ssl_min_version = sslver_str2num(version_str);
|
||||
|
||||
Reference in New Issue
Block a user