new global_options() BiF to speed up startup, plus a micro-preen

This commit is contained in:
Vern Paxson 2022-05-03 11:13:15 -07:00
parent 07f5e9cbe7
commit fab4905fc2
3 changed files with 21 additions and 9 deletions

View file

@ -243,5 +243,4 @@ event zeek_init() &priority=10
# Create the local_nets mapping table.
for ( cidr in Site::local_nets )
local_nets_table[cidr] = cidr;
}