mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fixing exit-after-terminate when used with bare mode.
This commit is contained in:
parent
4f39470c1b
commit
8c807d19c3
1 changed files with 1 additions and 1 deletions
|
@ -1053,7 +1053,7 @@ int main(int argc, char** argv)
|
|||
|
||||
io_sources.Register(thread_mgr, true);
|
||||
|
||||
if ( io_sources.Size() > 0 || have_pending_timers )
|
||||
if ( io_sources.Size() > 0 || have_pending_timers || BifConst::exit_only_after_terminate )
|
||||
{
|
||||
if ( profiling_logger )
|
||||
profiling_logger->Log();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue