From 6f7bc84fb819e87a9145394b0e08fd194b1497da Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org" Date: Sat, 2 Feb 2008 04:35:05 +0000 Subject: add IPv6 support to conntrackd --- src/stats-mode.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/stats-mode.c') diff --git a/src/stats-mode.c b/src/stats-mode.c index 9e6089c..b6ae2bd 100644 --- a/src/stats-mode.c +++ b/src/stats-mode.c @@ -38,7 +38,6 @@ static int init_stats(void) STATE_STATS(cache) = cache_create("stats", LIFETIME, - CONFIG(family), NULL); if (!STATE_STATS(cache)) { dlog(LOG_ERR, "can't allocate memory for the " -- cgit v1.2.3