mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Avoid double-initialization of OpenSSL
This commit is contained in:
parent
02608df99c
commit
bb5d3c682a
2 changed files with 2 additions and 1 deletions
|
@ -275,6 +275,7 @@ void Manager::InitPostScript()
|
|||
|
||||
broker::broker_options options;
|
||||
options.disable_ssl = get_option("Broker::disable_ssl")->AsBool();
|
||||
options.skip_ssl_init = true;
|
||||
options.disable_forwarding = ! get_option("Broker::forward_messages")->AsBool();
|
||||
options.use_real_time = use_real_time;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue