summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_standard.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libxt_standard.c')
-rw-r--r--extensions/libxt_standard.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/extensions/libxt_standard.c b/extensions/libxt_standard.c
index 3838ac65..9aafb6c0 100644
--- a/extensions/libxt_standard.c
+++ b/extensions/libxt_standard.c
@@ -16,10 +16,6 @@ help(void)
"(If target is DROP, ACCEPT, RETURN or nothing)\n", IPTABLES_VERSION);
}
-static struct option opts[] = {
- {0}
-};
-
/* Initialize the target. */
static void
init(struct xt_entry_target *t, unsigned int *nfcache)
@@ -60,7 +56,6 @@ struct xtables_target standard = {
.final_check = &final_check,
.print = NULL,
.save = &save,
- .extra_opts = opts
};
static
@@ -76,7 +71,6 @@ struct xtables_target standard6 = {
.final_check = &final_check,
.print = NULL,
.save = &save,
- .extra_opts = opts
};
void _init(void)