Fix for error at pcap and vcp level on Windows causes crash

This commit is contained in:
Paul Hollinsky
2019-06-14 09:41:47 -04:00
committed by EricLiu2000
parent 44ca4d4db1
commit a608d21304
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -27,7 +27,6 @@ public:
bool close();
private:
PCAPDLL pcap;
device_errorhandler_t err;
char errbuf[PCAP_ERRBUF_SIZE] = { 0 };
neodevice_t& device;
uint8_t deviceMAC[6];