summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_unclean.c
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net </C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net>2007-10-04 16:25:23 +0000
committer/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net </C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net>2007-10-04 16:25:23 +0000
commit4695bb213dbb8d727b383e0ec95b7f9aa19e8814 (patch)
tree990ca3f9182b8fce445eda52c4f55da1267ed702 /extensions/libipt_unclean.c
parentbce702101149d31162e1a2851a268f07824f3d6b (diff)
[PATCH 04/14] Delete empty ->print() and ->save() functions
Deletes empty ->print() and ->save() functions. ip[6]tables prints the trivial thing automatically. Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Diffstat (limited to 'extensions/libipt_unclean.c')
-rw-r--r--extensions/libipt_unclean.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/libipt_unclean.c b/extensions/libipt_unclean.c
index 2916bc3..6b5bcbf 100644
--- a/extensions/libipt_unclean.c
+++ b/extensions/libipt_unclean.c
@@ -31,8 +31,6 @@ struct iptables_match unclean = {
.userspacesize = IPT_ALIGN(0),
.help = &help,
.parse = &parse,
- .print = NULL,
- .save = NULL,
};
void _init(void)