X-Git-Url: https://git.tcpdump.org/libpcap/blobdiff_plain/d6998249084df8dc1131b8dd3cbce0d65a075b4f..cc3ca65d6519faf3a0e4609b5150757c14af36e9:/pcap-tc.c diff --git a/pcap-tc.c b/pcap-tc.c index 60e67ca3..768dbd7c 100644 --- a/pcap-tc.c +++ b/pcap-tc.c @@ -758,7 +758,7 @@ TcCreate(const char *device, char *ebuf, int *is_ours) /* OK, it's probably ours. */ *is_ours = 1; - p = pcap_create_common(device, ebuf, sizeof (struct pcap_tc)); + p = pcap_create_common(ebuf, sizeof (struct pcap_tc)); if (p == NULL) return NULL;