mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Add a missing initializer to a runtime option
This commit is contained in:
parent
8b0b7d3304
commit
fd1a23ea66
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ export {
|
|||
|
||||
## To completely ignore a specific weird for a host, add the host
|
||||
## and weird name into this set.
|
||||
option ignore_hosts: set[addr, string];
|
||||
option ignore_hosts: set[addr, string] = {};
|
||||
|
||||
## Don't ignore repeats for weirds in this set. For example,
|
||||
## it's handy keeping track of clustered checksum errors.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue