Add a missing initializer to a runtime option

This commit is contained in:
Daniel Thayer 2018-08-24 17:03:02 -05:00
parent 8b0b7d3304
commit fd1a23ea66

View file

@ -255,7 +255,7 @@ export {
## To completely ignore a specific weird for a host, add the host ## To completely ignore a specific weird for a host, add the host
## and weird name into this set. ## 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, ## Don't ignore repeats for weirds in this set. For example,
## it's handy keeping track of clustered checksum errors. ## it's handy keeping track of clustered checksum errors.