mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
Fixed a cluster support bug.
This commit is contained in:
parent
51249d0984
commit
bd6779b83c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ redef Cluster::worker2manager_events += /^Intel::(cluster_.*|match_no_items)/;
|
||||||
@if ( Cluster::local_node_type() == Cluster::MANAGER )
|
@if ( Cluster::local_node_type() == Cluster::MANAGER )
|
||||||
event Intel::match_no_items(s: Seen) &priority=5
|
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
|
@endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue