Fixed a problem with the cluster framework unintentionally terminating bro.

This commit is contained in:
Seth Hall 2011-07-07 21:28:26 -04:00
parent 77435d2724
commit d1e8722f5f

View file

@ -61,7 +61,7 @@ export {
event bro_init()
{
if ( node !in nodes )
if ( node != "" && node !in nodes )
{
local msg = "You didn't supply a valid node in the Cluster::nodes configuration.";
event reporter_error(current_time(), msg, "");