Fixing a problem with intel distribution on clusters.

This commit is contained in:
Seth Hall 2012-09-28 16:38:34 -04:00
parent 38f0b7927c
commit 03532ff051
3 changed files with 23 additions and 1 deletions

View file

@ -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
{