Fixed a cluster support bug.

This commit is contained in:
Seth Hall 2012-09-28 09:49:00 -04:00
parent 51249d0984
commit bd6779b83c

View file

@ -28,7 +28,7 @@ redef Cluster::worker2manager_events += /^Intel::(cluster_.*|match_no_items)/;
@if ( Cluster::local_node_type() == Cluster::MANAGER )
event Intel::match_no_items(s: Seen) &priority=5
{
event Intel::match(c, s, Intel::get_items(s));
event Intel::match(s, Intel::get_items(s));
}
@endif