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.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/extensions/libipt_unclean.c b/extensions/libipt_unclean.c
index c433bc7c..b954e368 100644
--- a/extensions/libipt_unclean.c
+++ b/extensions/libipt_unclean.c
@@ -41,11 +41,6 @@ static void final_check(unsigned int flags)
{
}
-/* Saves the union ipt_matchinfo in parsable form to stdout. */
-static void save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
-{
-}
-
struct iptables_match unclean
= { NULL,
"unclean",
@@ -57,7 +52,7 @@ struct iptables_match unclean
&parse,
&final_check,
NULL, /* print */
- &save,
+ NULL, /* save */
opts
};