tweaks to base scripts revealed by switch to expression-based initialization

This commit is contained in:
Vern Paxson 2022-03-11 14:24:39 -08:00 committed by Tim Wojtulewicz
parent 63f902daff
commit f62c04c9eb
3 changed files with 4 additions and 4 deletions

View file

@ -108,7 +108,7 @@ export {
## The default root CA bundle. By default, the mozilla-ca-list.zeek
## script sets this to Mozilla's root CA list.
const root_certs: table[string] of string = {} &redef;
const root_certs: table[string] of string &redef;
## The record type which contains the field for the Certificate
## Transparency log bundle.