mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Deprecate session manager's Done()
This commit is contained in:
parent
013dc2010f
commit
124f2a7d28
4 changed files with 8 additions and 6 deletions
|
@ -385,7 +385,7 @@ void finish_run(int drain_events) {
|
|||
event_mgr.Drain();
|
||||
|
||||
if ( session_mgr )
|
||||
session_mgr->Done();
|
||||
session_mgr->Clear();
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue