mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
&is_set => &is_assigned
This commit is contained in:
parent
d71675a7dc
commit
c991c54690
16 changed files with 22 additions and 22 deletions
|
@ -66,7 +66,7 @@ event zeek_init() &priority=5
|
|||
|
||||
event ntp_message(c: connection, is_orig: bool, msg: NTP::Message) &priority=5
|
||||
{
|
||||
local info: Info &is_set; # &is_set for case where no $std_msg
|
||||
local info: Info &is_assigned; # for case where no $std_msg
|
||||
info$ts = network_time();
|
||||
info$uid = c$uid;
|
||||
info$id = c$id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue