mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
new global_options() BiF to speed up startup, plus a micro-preen
This commit is contained in:
parent
07f5e9cbe7
commit
fab4905fc2
3 changed files with 21 additions and 9 deletions
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue