mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
tweaks to base scripts revealed by switch to expression-based initialization
This commit is contained in:
parent
63f902daff
commit
f62c04c9eb
3 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue