diff options
Diffstat (limited to 'pcap-tc.c')
-rw-r--r-- | pcap-tc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |