mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Remove the BroFile cache
GH-375
This commit is contained in:
parent
f810de11fa
commit
5052dc03fc
14 changed files with 49 additions and 319 deletions
|
@ -372,7 +372,7 @@ void termination_signal()
|
|||
|
||||
// Close files after net_delete(), because net_delete()
|
||||
// might write to connection content files.
|
||||
BroFile::CloseCachedFiles();
|
||||
BroFile::CloseOpenFiles();
|
||||
|
||||
delete rule_matcher;
|
||||
|
||||
|
@ -1126,7 +1126,7 @@ int main(int argc, char** argv)
|
|||
|
||||
// Close files after net_delete(), because net_delete()
|
||||
// might write to connection content files.
|
||||
BroFile::CloseCachedFiles();
|
||||
BroFile::CloseOpenFiles();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue