mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Fixed a problem with the cluster framework unintentionally terminating bro.
This commit is contained in:
parent
77435d2724
commit
d1e8722f5f
1 changed files with 1 additions and 1 deletions
|
@ -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, "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue