mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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
|
// Broker is still accessing OpenSSL but OpenSSL has already cleaned up
|
||||||
// its state due to calling exit().
|
// its state due to calling exit().
|
||||||
auto early_shutdown = []
|
auto early_shutdown = []
|
||||||
{
|
{
|
||||||
broker_mgr->Terminate();
|
broker_mgr->Terminate();
|
||||||
delete iosource_mgr;
|
delete iosource_mgr;
|
||||||
delete telemetry_mgr;
|
delete telemetry_mgr;
|
||||||
};
|
};
|
||||||
|
|
||||||
if ( options.print_plugins )
|
if ( options.print_plugins )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue