More cluster framework fixes for BroControl.

This commit is contained in:
Seth Hall 2011-07-15 01:11:37 -04:00
parent 3c7f7d571c
commit 5245e6596c
6 changed files with 15 additions and 14 deletions

View file

@ -62,9 +62,6 @@ export {
const node = getenv("CLUSTER_NODE") &redef;
}
# Give the node being started up it's peer name.
redef peer_description = Cluster::node;
event bro_init()
{
if ( node != "" && node !in nodes )