mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Make sure that all sessions/connections are done before deleting plugins
(cherry picked from commit e29b499a211137cf3cf0c24a4ff82db1b806f132)
This commit is contained in:
parent
02af9a9787
commit
ef19a30015
1 changed files with 1 additions and 0 deletions
|
@ -423,6 +423,7 @@ static void terminate_zeek()
|
||||||
|
|
||||||
event_mgr.Drain();
|
event_mgr.Drain();
|
||||||
|
|
||||||
|
session_mgr->Clear();
|
||||||
plugin_mgr->FinishPlugins();
|
plugin_mgr->FinishPlugins();
|
||||||
|
|
||||||
finish_script_execution();
|
finish_script_execution();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue