Fix clang-tidy bugprone-parent-virtual-call warnings

This commit is contained in:
Tim Wojtulewicz 2025-04-17 11:53:10 -07:00
parent b3de432ef2
commit 74acc30258
4 changed files with 6 additions and 5 deletions

View file

@ -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);