summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2020-12-27 13:36:17 -0800
committerGuy Harris <gharris@sonic.net>2020-12-27 13:36:17 -0800
commitf3161c1e46344cd2fd4dbd3b3ddf06e3793c36ee (patch)
treeb07e90f6f07e622409282e78d1909ce3358415a8
parent4f389694e580a62693aa19799ddfc44c2c729841 (diff)
downloadlibpcap-f3161c1e46344cd2fd4dbd3b3ddf06e3793c36ee.tar.gz
NPF: fix previous commit.
-rw-r--r--pcap-npf.c2
1 files changed, 1 insertions, 1 deletions
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;
}
}