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
|
@ -95,7 +95,7 @@ export {
|
|||
## even if it exposes itself with an alternate name. The
|
||||
## yielded string is the name that will be logged and generally
|
||||
## used for everything.
|
||||
global alternate_names: table[string] of string {
|
||||
global alternate_names: table[string] of string = {
|
||||
["Flash Player"] = "Flash",
|
||||
} &default=function(a: string): string { return a; };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue