mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
&is_set => &is_assigned
This commit is contained in:
parent
d71675a7dc
commit
c991c54690
16 changed files with 22 additions and 22 deletions
|
@ -142,7 +142,7 @@ function set_session(c: connection)
|
|||
{
|
||||
if ( ! c?$ssh )
|
||||
{
|
||||
local info: SSH::Info &is_set; # needed for $version
|
||||
local info: SSH::Info &is_assigned; # needed for $version
|
||||
info$ts = network_time();
|
||||
info$uid = c$uid;
|
||||
info$id = c$id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue