summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_MIRROR.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libipt_MIRROR.c')
-rw-r--r--extensions/libipt_MIRROR.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/extensions/libipt_MIRROR.c b/extensions/libipt_MIRROR.c
index 292b13dc..a75ff9c8 100644
--- a/extensions/libipt_MIRROR.c
+++ b/extensions/libipt_MIRROR.c
@@ -26,11 +26,6 @@ parse(int c, char **argv, int invert, unsigned int *flags,
return 0;
}
-static void
-final_check(unsigned int flags)
-{
-}
-
static struct iptables_target mirror = {
.name = "MIRROR",
.version = IPTABLES_VERSION,
@@ -38,7 +33,6 @@ static struct iptables_target mirror = {
.userspacesize = IPT_ALIGN(0),
.help = &help,
.parse = &parse,
- .final_check = &final_check,
.print = NULL,
.save = NULL,
};