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
|
@ -142,7 +142,7 @@ function set_session(c: connection)
|
|||
{
|
||||
if ( ! c?$ssh )
|
||||
{
|
||||
local info: SSH::Info;
|
||||
local info: SSH::Info &is_set; # 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