summaryrefslogtreecommitdiff
path: root/ifpps.c
diff options
context:
space:
mode:
Diffstat (limited to 'ifpps.c')
-rw-r--r--ifpps.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ifpps.c b/ifpps.c
index 5328b03..6e7f403 100644
--- a/ifpps.c
+++ b/ifpps.c
@@ -1238,7 +1238,6 @@ int main(int argc, char **argv)
stats_alloc(&stats_delta, cpus);
cpu_hits = xzmalloc(cpus * sizeof(*cpu_hits));
- memset(&stats_avg, 0, sizeof(stats_avg));
if (promisc)
ifflags = enter_promiscuous_mode(ifname);