From 8115e5425721cd610b6390c3d4c24540773b0520 Mon Sep 17 00:00:00 2001 From: Pablo Neira Date: Mon, 14 Feb 2005 13:13:04 +0000 Subject: Kill NFC_* stuff in iptables (Pablo Neira ) Fixes build with conntrack event patch for 2.6 --- extensions/libipt_time.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'extensions/libipt_time.c') diff --git a/extensions/libipt_time.c b/extensions/libipt_time.c index cceab58d..dcf2dc67 100644 --- a/extensions/libipt_time.c +++ b/extensions/libipt_time.c @@ -57,8 +57,6 @@ init(struct ipt_entry_match *m, unsigned int *nfcache) { struct ipt_time_info *info = (struct ipt_time_info *)m->data; globaldays = 0; - /* caching not yet implemented */ - *nfcache |= NFC_UNKNOWN; /* By default, we match on everyday */ info->days_match = 127; /* By default, we match on every hour:min of the day */ -- cgit v1.2.3