mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix clang-tidy bugprone-parent-virtual-call warnings
This commit is contained in:
parent
b3de432ef2
commit
74acc30258
4 changed files with 6 additions and 5 deletions
|
@ -57,7 +57,7 @@ void TCPSessionAdapter::Init() {
|
|||
}
|
||||
|
||||
void TCPSessionAdapter::Done() {
|
||||
Analyzer::Done();
|
||||
IP::SessionAdapter::Done();
|
||||
|
||||
if ( run_state::terminating && connection_pending && is_active && ! BothClosed() )
|
||||
Event(connection_pending);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue