mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
Move BroFile to zeek namespace, rename to File
This commit is contained in:
parent
bfab224d7c
commit
910aa77d95
29 changed files with 135 additions and 115 deletions
|
@ -338,7 +338,7 @@ void zeek_terminate_loop(const char* reason)
|
|||
|
||||
// Close files after net_delete(), because net_delete()
|
||||
// might write to connection content files.
|
||||
BroFile::CloseOpenFiles();
|
||||
zeek::File::CloseOpenFiles();
|
||||
|
||||
delete zeek::detail::rule_matcher;
|
||||
|
||||
|
@ -891,7 +891,7 @@ int zeek::detail::cleanup(bool did_net_run)
|
|||
|
||||
// Close files after net_delete(), because net_delete()
|
||||
// might write to connection content files.
|
||||
BroFile::CloseOpenFiles();
|
||||
zeek::File::CloseOpenFiles();
|
||||
|
||||
delete rule_matcher;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue