mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
Fixing a problem with intel distribution on clusters.
This commit is contained in:
parent
38f0b7927c
commit
03532ff051
3 changed files with 23 additions and 1 deletions
|
@ -126,7 +126,7 @@ type DataStore: record {
|
|||
net_data: table[subnet] of set[MetaData];
|
||||
string_data: table[string, StrType] of set[MetaData];
|
||||
};
|
||||
global data_store: DataStore;
|
||||
global data_store: DataStore &redef;
|
||||
|
||||
event bro_init() &priority=5
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue