mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Merge remote-tracking branch 'origin/topic/johanna/bit-1651'
BIT-1651 #merged * origin/topic/johanna/bit-1651: Fix behavior of connection_pending event
This commit is contained in:
commit
dd06f8b290
5 changed files with 25 additions and 2 deletions
|
@ -355,7 +355,7 @@ void TCP_Analyzer::Done()
|
|||
{
|
||||
Analyzer::Done();
|
||||
|
||||
if ( connection_pending && is_active && ! BothClosed() )
|
||||
if ( terminating && connection_pending && is_active && ! BothClosed() )
|
||||
Event(connection_pending);
|
||||
|
||||
LOOP_OVER_GIVEN_CHILDREN(i, packet_children)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue