mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/vern/remove-uu'
* origin/topic/vern/remove-uu: fix up for linking w/ doc update documentation update script simplification that removes an unnecessary &is_assigned removing -uu functionality and associated script analysis now no longer needed
This commit is contained in:
commit
e5b163290d
25 changed files with 12 additions and 2622 deletions
|
@ -239,10 +239,7 @@ function determine_service(c: connection): string
|
|||
function set_conn(c: connection, eoc: bool)
|
||||
{
|
||||
if ( ! c?$conn )
|
||||
{
|
||||
local tmp: Info &is_assigned;
|
||||
c$conn = tmp;
|
||||
}
|
||||
c$conn = Info();
|
||||
|
||||
c$conn$ts=c$start_time;
|
||||
c$conn$uid=c$uid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue