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:
Bernhard Amann 2012-05-25 11:35:56 -07:00
parent 4de6d76488
commit 24173807ea

View file

@ -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;
}