POSIX PCAP: Resolve a crash on a communication error

This commit is contained in:
Paul Hollinsky
2019-05-14 15:22:12 -04:00
parent 0dae7d4354
commit e081724da6
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -26,7 +26,6 @@ public:
bool isOpen();
bool close();
private:
device_errorhandler_t err;
char errbuf[PCAP_ERRBUF_SIZE] = { 0 };
neodevice_t& device;
uint8_t deviceMAC[6];