]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/capture/pcap/pcap_cap.cpp
Merge branch 'stg-2.409-radius'
[stg.git] / projects / stargazer / plugins / capture / pcap / pcap_cap.cpp
index 5e3e874d9fe6202963c79961c58b6000aa690389..d085df6623f9b3b51ba7b606c80f70f53ca9ba8b 100644 (file)
@@ -63,9 +63,7 @@ return "pcap_cap v.1.0";
 }
 //-----------------------------------------------------------------------------
 PCAP_CAP::PCAP_CAP()
-    : errorStr(),
-      thread(),
-      nonstop(false),
+    : nonstop(false),
       isRunning(false),
       traffCnt(NULL),
       logger(GetPluginLogger(GetStgLogger(), "pcap_cap"))