mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
fix for script coverage missing on-exit activity
This commit is contained in:
parent
fbe33d4ee9
commit
2bb4e696e1
1 changed files with 2 additions and 2 deletions
|
@ -378,8 +378,6 @@ static void terminate_zeek()
|
||||||
// the termination process.
|
// the termination process.
|
||||||
file_mgr->Terminate();
|
file_mgr->Terminate();
|
||||||
|
|
||||||
script_coverage_mgr.WriteStats();
|
|
||||||
|
|
||||||
if ( zeek_done )
|
if ( zeek_done )
|
||||||
event_mgr.Enqueue(zeek_done, Args{});
|
event_mgr.Enqueue(zeek_done, Args{});
|
||||||
|
|
||||||
|
@ -419,6 +417,8 @@ static void terminate_zeek()
|
||||||
|
|
||||||
finish_script_execution();
|
finish_script_execution();
|
||||||
|
|
||||||
|
script_coverage_mgr.WriteStats();
|
||||||
|
|
||||||
delete zeekygen_mgr;
|
delete zeekygen_mgr;
|
||||||
delete packet_mgr;
|
delete packet_mgr;
|
||||||
delete analyzer_mgr;
|
delete analyzer_mgr;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue