summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_psd.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libipt_psd.c')
-rw-r--r--extensions/libipt_psd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/libipt_psd.c b/extensions/libipt_psd.c
index e150e09e..3d0034ab 100644
--- a/extensions/libipt_psd.c
+++ b/extensions/libipt_psd.c
@@ -56,8 +56,6 @@ init(struct ipt_entry_match *m, unsigned int *nfcache)
psdinfo->delay_threshold = SCAN_DELAY_THRESHOLD;
psdinfo->lo_ports_weight = PORT_WEIGHT_PRIV;
psdinfo->hi_ports_weight = PORT_WEIGHT_HIGH;
- /* Can't cache this */
- *nfcache |= NFC_UNKNOWN;
}