mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 18:48:20 +00:00
reactivate network_time check in threading manager. previously this
line made all input framework tests fail - it works now. Some of the other recent changes of the threading manager must have fixed that problem. This was easy :)
This commit is contained in:
parent
4de6d76488
commit
24173807ea
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ void Manager::Process()
|
|||
|
||||
if ( msg->Process() )
|
||||
{
|
||||
//if ( network_time ) // FIXME: ask robin again if he needs this. makes input interface not work in bro_init.
|
||||
if ( network_time )
|
||||
did_process = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue