mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Merge remote branch 'origin/master' into topic/policy-scripts-new
Conflicts: policy/bro.init testing/btest/language/rare-events.bro
This commit is contained in:
commit
c070cb31da
28 changed files with 381 additions and 412 deletions
|
@ -886,7 +886,8 @@ int main(int argc, char** argv)
|
|||
UnserialInfo info(&s);
|
||||
info.print = stdout;
|
||||
info.install_uniques = true;
|
||||
s.Read(&info, bst_file);
|
||||
if ( ! s.Read(&info, bst_file) )
|
||||
error("Failed to read events from %s\n", bst_file);
|
||||
}
|
||||
|
||||
exit(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue