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
|
@ -102,7 +102,7 @@ event file_sniff(f: fa_file, meta: fa_metadata) &priority=5
|
|||
|| f$info$mime_type == "application/pkix-cert" ) )
|
||||
return;
|
||||
|
||||
local c: connection &is_set; # &is_set to help static analysis
|
||||
local c: connection &is_assigned; # to help static analysis
|
||||
|
||||
for ( cid, c in f$conns )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue