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
|
@ -1 +1 @@
|
|||
Subproject commit cfb97d338834af1f5c6f9e13ade8a1c5141ae062
|
||||
Subproject commit 59addb4c1ff916a52dbfd216696ff20c97e1e7e1
|
|
@ -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