mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28:20 +00:00
Revert "Merge remote-tracking branch 'origin/topic/vern/at-if-analyze'"
This reverts commit4e797ddbbc
, reversing changes made to3ac28ba5a2
.
This commit is contained in:
parent
cfbb7eb8ee
commit
5a3abbe364
78 changed files with 340 additions and 1286 deletions
|
@ -20,7 +20,7 @@ redef Cluster::nodes = {
|
|||
@load base/frameworks/reporter
|
||||
@load base/protocols/conn
|
||||
|
||||
@if ( Cluster::node == "worker-1" ) &analyze
|
||||
@if ( Cluster::node == "worker-1" )
|
||||
redef exit_only_after_terminate = T;
|
||||
@endif
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ redef Cluster::nodes = {
|
|||
@load base/protocols/http
|
||||
@load base/frameworks/cluster
|
||||
|
||||
@if ( Cluster::node == "worker-1" ) &analyze
|
||||
@if ( Cluster::node == "worker-1" )
|
||||
redef exit_only_after_terminate = T;
|
||||
@endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue