From ea146a982e26c42f9954f140276f8deeb2edbe98 Mon Sep 17 00:00:00 2001 From: Peter Riley Date: Sun, 2 Sep 2007 13:09:07 +0000 Subject: Remove last vestiges of NFC (Peter Riley ) --- extensions/libipt_policy.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'extensions/libipt_policy.c') diff --git a/extensions/libipt_policy.c b/extensions/libipt_policy.c index 97b7d02d..6d6013dc 100644 --- a/extensions/libipt_policy.c +++ b/extensions/libipt_policy.c @@ -93,9 +93,8 @@ static const struct option opts[] = { } }; -static void init(struct xt_entry_match *m, unsigned int *nfcache) +static void init(struct xt_entry_match *m) { - *nfcache |= NFC_UNKNOWN; } static int parse_direction(char *s) @@ -127,7 +126,6 @@ static int parse_mode(char *s) static int parse(int c, char **argv, int invert, unsigned int *flags, const void *entry, - unsigned int *nfcache, struct xt_entry_match **match) { struct ipt_policy_info *info = (void *)(*match)->data; -- cgit v1.2.3