summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_icmp.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2007-10-04 16:24:50 +0000
committerPatrick McHardy <kaber@trash.net>2007-10-04 16:24:50 +0000
commit830132ac9c0d270bf9dcfe85c2464e3fe8c73fb9 (patch)
tree780486eb33c8b6ff11d760260823f07cc2805822 /extensions/libipt_icmp.c
parent0463ee1f28946cc49815737daa0ced0c68f39f0b (diff)
Delete empty ->final_check() functions
Deletes empty ->final_check() functions, and makes ip[6]tables checks for NULL on these. Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Diffstat (limited to 'extensions/libipt_icmp.c')
-rw-r--r--extensions/libipt_icmp.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/extensions/libipt_icmp.c b/extensions/libipt_icmp.c
index 5be4f21e..0c1fbe74 100644
--- a/extensions/libipt_icmp.c
+++ b/extensions/libipt_icmp.c
@@ -280,11 +280,6 @@ static void save(const void *ip, const struct xt_entry_match *match)
}
}
-/* Final check; we don't care. We can pass 0xFF to match any type */
-static void final_check(unsigned int flags)
-{
-}
-
static struct iptables_match icmp = {
.name = "icmp",
.version = IPTABLES_VERSION,
@@ -293,7 +288,6 @@ static struct iptables_match icmp = {
.help = &help,
.init = &init,
.parse = &parse,
- .final_check = &final_check,
.print = &print,
.save = &save,
.extra_opts = opts