From 10befe0a667b4067e6714a9cf49841572690342b Mon Sep 17 00:00:00 2001 From: Srivats P Date: Mon, 24 Apr 2023 17:26:50 +0530 Subject: [PATCH] Remove PcapTxTtagStats::handle_ member PcaptxTtagStats inherits from PcapSession which already includes a protected handle_ member. This removal was likely left off when PcapTxTtagStats started inheriting from PcapSession. --- server/pcaptxttagstats.h | 1 - 1 file changed, 1 deletion(-) diff --git a/server/pcaptxttagstats.h b/server/pcaptxttagstats.h index 20dcb9e..d10807d 100644 --- a/server/pcaptxttagstats.h +++ b/server/pcaptxttagstats.h @@ -44,7 +44,6 @@ private: QString device_; bool isDirectional_{true}; - pcap_t *handle_{nullptr}; volatile State state_{kNotStarted}; volatile bool stop_{false};