mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
update uses of "when" in base scripts to include captures
This commit is contained in:
parent
f895008c34
commit
98cd3f2213
15 changed files with 21 additions and 21 deletions
|
@ -225,7 +225,7 @@ function log_record(info: Info)
|
|||
}
|
||||
else
|
||||
{
|
||||
when ( |info$delay_tokens| == 0 )
|
||||
when [info] ( |info$delay_tokens| == 0 )
|
||||
{
|
||||
log_record(info);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue