sign: fix yet another build break
This commit is contained in:
parent
b4beda7c30
commit
7366e5d2e6
@ -73,7 +73,7 @@ void PcapRxStats::run()
|
|||||||
#else
|
#else
|
||||||
if (pcap_setdirection(handle_, PCAP_D_IN) < 0)
|
if (pcap_setdirection(handle_, PCAP_D_IN) < 0)
|
||||||
qDebug("RxStats: Error setting IN direction %s: %s\n",
|
qDebug("RxStats: Error setting IN direction %s: %s\n",
|
||||||
device, pcap_geterr(handle_));
|
qPrintable(device_), pcap_geterr(handle_));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (pcap_compile(handle_, &bpf, qPrintable(capture_filter),
|
if (pcap_compile(handle_, &bpf, qPrintable(capture_filter),
|
||||||
|
Loading…
Reference in New Issue
Block a user