mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix formatting
This commit is contained in:
parent
6b1e796df7
commit
327f5e76f9
1 changed files with 2 additions and 2 deletions
|
@ -829,11 +829,11 @@ SetupResult setup(int argc, char** argv, Options* zopts)
|
|||
// Broker is still accessing OpenSSL but OpenSSL has already cleaned up
|
||||
// its state due to calling exit().
|
||||
auto early_shutdown = []
|
||||
{
|
||||
{
|
||||
broker_mgr->Terminate();
|
||||
delete iosource_mgr;
|
||||
delete telemetry_mgr;
|
||||
};
|
||||
};
|
||||
|
||||
if ( options.print_plugins )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue