From: Guy Harris Date: Sun, 27 Dec 2020 21:36:17 +0000 (-0800) Subject: NPF: fix previous commit. X-Git-Tag: libpcap-1.10-bp~5 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/f3161c1e46344cd2fd4dbd3b3ddf06e3793c36ee NPF: fix previous commit. --- diff --git a/pcap-npf.c b/pcap-npf.c index 1b18608d..f12c7018 100644 --- a/pcap-npf.c +++ b/pcap-npf.c @@ -1177,7 +1177,7 @@ pcap_activate_npf(pcap_t *p) { pcap_fmt_errmsg_for_win32_err(p->errbuf, PCAP_ERRBUF_SIZE, GetLastError(), - "failed to set hardware filter to promiscuous mode); + "failed to set hardware filter to promiscuous mode"); goto bad; } }