]> The Tcpdump Group git mirrors - libpcap/commitdiff
NPF: fix previous commit.
authorGuy Harris <[email protected]>
Sun, 27 Dec 2020 21:36:17 +0000 (13:36 -0800)
committerGuy Harris <[email protected]>
Sun, 27 Dec 2020 21:36:17 +0000 (13:36 -0800)
pcap-npf.c

index 1b18608d1f59ba4648e48abb4d9ac117cc9509d4..f12c70187506d39bbe44b9cead5feb1d47d04119 100644 (file)
@@ -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;
                }
        }