mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Update for renaming BroControl to ZeekControl.
This commit is contained in:
parent
6a726afed9
commit
89b8d6e7ba
8 changed files with 20 additions and 20 deletions
|
@ -44,7 +44,7 @@ function connect_peers_with_type(node_type: NodeType)
|
|||
|
||||
event zeek_init() &priority=-10
|
||||
{
|
||||
if ( getenv("BROCTL_CHECK_CONFIG") != "" )
|
||||
if ( getenv("ZEEKCTL_CHECK_CONFIG") != "" )
|
||||
return;
|
||||
|
||||
local self = nodes[node];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue