summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_hashlimit.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libipt_hashlimit.c')
-rw-r--r--extensions/libipt_hashlimit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/libipt_hashlimit.c b/extensions/libipt_hashlimit.c
index 1df36b4c..6fb0eccb 100644
--- a/extensions/libipt_hashlimit.c
+++ b/extensions/libipt_hashlimit.c
@@ -104,8 +104,6 @@ init(struct ipt_entry_match *m, unsigned int *nfcache)
r->cfg.gc_interval = IPT_HASHLIMIT_GCINTERVAL;
r->cfg.expire = IPT_HASHLIMIT_EXPIRE;
- /* Can't cache this */
- *nfcache |= NFC_UNKNOWN;
}