Skip to content

Commit 9efaa52

Browse files
committed
fix: prevent packet capture failing due to "already running"
1 parent d2ab69a commit 9efaa52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hobbits-plugins/importerexporters/PacketCapture/packetcaptureclient.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <QtConcurrent/QtConcurrentRun>
77

88
PacketCaptureClient::PacketCaptureClient() :
9+
m_handle(nullptr),
910
m_aborting(0)
1011
{
1112
}

0 commit comments

Comments
 (0)