mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
Fix input test for recent default change on fastpath.
This commit is contained in:
parent
767a792148
commit
9f2abd0697
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@ event bro_init()
|
||||||
{
|
{
|
||||||
try = 0;
|
try = 0;
|
||||||
outfile = open("../out");
|
outfile = open("../out");
|
||||||
Input::add_event([$source="does-not-exist.dat", $name="input", $fields=Val, $ev=line]);
|
Input::add_event([$source="does-not-exist.dat", $name="input", $fields=Val, $ev=line, $want_record=F]);
|
||||||
Input::remove("input");
|
Input::remove("input");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue