From 470743818523d5699158308e44ac7244374539c7 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 26 Feb 2015 23:32:06 -0800 Subject: Fix previous change. --- pcap-linux.c | 1 - 1 file changed, 1 deletion(-) diff --git a/pcap-linux.c b/pcap-linux.c index 67e1829d..61b989fb 100644 --- a/pcap-linux.c +++ b/pcap-linux.c @@ -4602,7 +4602,6 @@ pcap_read_linux_mmap_v1_64(pcap_t *handle, int max_packets, pcap_handler callbac h.h1_64->tp_sec, h.h1_64->tp_usec, 0, - 0, 0); if (ret == 1) { pkts++; -- cgit v1.2.1