mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
adding &is_set attributes to base scripts so -u output isn't cluttered
This commit is contained in:
parent
2f0d02c878
commit
0d77b474e6
8 changed files with 8 additions and 8 deletions
|
@ -87,7 +87,7 @@ function add_pending_cmd(pc: PendingCmds, cmd: string, arg: string): CmdArg
|
|||
# response code and message.
|
||||
function get_pending_cmd(pc: PendingCmds, reply_code: count, reply_msg: string): CmdArg
|
||||
{
|
||||
local best_match: CmdArg;
|
||||
local best_match: CmdArg &is_set; # &is_set for $ts field
|
||||
local best_seq = 0;
|
||||
local best_score: int = -1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue