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/libxt_tcp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'extensions/libxt_tcp.c') diff --git a/extensions/libxt_tcp.c b/extensions/libxt_tcp.c index e5db6376..2c1a21a3 100644 --- a/extensions/libxt_tcp.c +++ b/extensions/libxt_tcp.c @@ -131,7 +131,7 @@ parse_tcp_option(const char *option, u_int8_t *result) /* Initialize the match. */ static void -init(struct xt_entry_match *m, unsigned int *nfcache) +init(struct xt_entry_match *m) { struct xt_tcp *tcpinfo = (struct xt_tcp *)m->data; @@ -148,7 +148,6 @@ init(struct xt_entry_match *m, unsigned int *nfcache) static int parse(int c, char **argv, int invert, unsigned int *flags, const void *entry, - unsigned int *nfcache, struct xt_entry_match **match) { struct xt_tcp *tcpinfo = (struct xt_tcp *)(*match)->data; -- cgit v1.2.3