mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
Implement the zeek_init handler.
Implements the change and a test.
This commit is contained in:
parent
f96bc81f85
commit
8cefb9be42
118 changed files with 229 additions and 165 deletions
|
@ -2319,7 +2319,7 @@ void TableVal::DoExpire(double t)
|
|||
if ( v->ExpireAccessTime() == 0 )
|
||||
{
|
||||
// This happens when we insert val while network_time
|
||||
// hasn't been initialized yet (e.g. in bro_init()), and
|
||||
// hasn't been initialized yet (e.g. in zeek_init()), and
|
||||
// also when bro_start_network_time hasn't been initialized
|
||||
// (e.g. before first packet). The expire_access_time is
|
||||
// correct, so we just need to wait.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue