From 327f5e76f99d968676a994fcb00b7fc0375adf64 Mon Sep 17 00:00:00 2001 From: Dominik Charousset Date: Thu, 12 May 2022 07:17:41 +0200 Subject: [PATCH] Fix formatting --- src/zeek-setup.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/zeek-setup.cc b/src/zeek-setup.cc index e9255c4f01..f682d39118 100644 --- a/src/zeek-setup.cc +++ b/src/zeek-setup.cc @@ -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 ) {