mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Convert some redef-able constants to runtime options
This commit is contained in:
parent
0e6913fba0
commit
dc0904a7f3
20 changed files with 37 additions and 37 deletions
|
@ -21,7 +21,7 @@ export {
|
|||
|
||||
## The set of countries for which you'd like to generate notices upon
|
||||
## successful login.
|
||||
const watched_countries: set[string] = {"RO"} &redef;
|
||||
option watched_countries: set[string] = {"RO"};
|
||||
}
|
||||
|
||||
function get_location(c: connection): geo_location
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue