From 8b2dd81628d504b06ede097807a31c27ccd715ac Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 22 Dec 2014 13:15:08 +0100 Subject: [PATCH] stats: stats threads don't need packet pools --- src/counters.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/counters.c b/src/counters.c index 6f2333ce97..01e80b4e17 100644 --- a/src/counters.c +++ b/src/counters.c @@ -276,7 +276,6 @@ static void *SCPerfMgmtThread(void *arg) tv_local->cap_flags = 0; SCDropCaps(tv_local); - PacketPoolInit(); if (sc_perf_op_ctx == NULL) { SCLogError(SC_ERR_PERF_STATS_NOT_INIT, "Perf Counter API not init" @@ -356,7 +355,6 @@ static void *SCPerfWakeupThread(void *arg) tv_local->cap_flags = 0; SCDropCaps(tv_local); - PacketPoolInit(); if (sc_perf_op_ctx == NULL) { SCLogError(SC_ERR_PERF_STATS_NOT_INIT, "Perf Counter API not init"