mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
9 lines
123 B
Text
9 lines
123 B
Text
#
|
|
# @TEST-EXEC: bro -b %INPUT
|
|
|
|
event bro_init()
|
|
{
|
|
local a = current_time();
|
|
if ( a <= double_to_time(0) )
|
|
exit(1);
|
|
}
|