make want_record=T the default for events

This commit is contained in:
Bernhard Amann 2012-07-26 21:13:49 -07:00
parent 63e8bf72ed
commit 76ea182387
7 changed files with 7 additions and 7 deletions

View file

@ -58,5 +58,5 @@ event bro_init()
{
outfile = open("../out");
try = 0;
Input::add_event([$source="../input.log", $reader=Input::READER_RAW, $mode=Input::STREAM, $name="input", $fields=Val, $ev=line]);
Input::add_event([$source="../input.log", $reader=Input::READER_RAW, $mode=Input::STREAM, $name="input", $fields=Val, $ev=line, $want_record=F]);
}