summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_unclean.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libipt_unclean.c')
-rw-r--r--extensions/libipt_unclean.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/extensions/libipt_unclean.c b/extensions/libipt_unclean.c
index 8bb2963..4ac4191 100644
--- a/extensions/libipt_unclean.c
+++ b/extensions/libipt_unclean.c
@@ -13,10 +13,6 @@ help(void)
"\n", IPTABLES_VERSION);
}
-static struct option opts[] = {
- {0}
-};
-
/* Function which parses command options; returns true if it
ate an option */
static int
@@ -44,7 +40,6 @@ struct iptables_match unclean = {
.final_check = &final_check,
.print = NULL,
.save = NULL,
- .extra_opts = opts
};
void _init(void)