summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_helper.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-01-30 04:32:50 +0100
committerJan Engelhardt <jengelh@medozas.de>2009-01-30 05:38:30 +0100
commita0baae85f8159f03d52535934aa9b3a375e0f1f3 (patch)
tree6d4f565b7e569db9ee0656e71f3589ae07b5cfc3 /extensions/libxt_helper.c
parentaae6be9edc99e58164a3592c510fe5488141c698 (diff)
libxtables: prefix - parse and escaped output func
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'extensions/libxt_helper.c')
-rw-r--r--extensions/libxt_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libxt_helper.c b/extensions/libxt_helper.c
index b60c9826..23025cd4 100644
--- a/extensions/libxt_helper.c
+++ b/extensions/libxt_helper.c
@@ -65,7 +65,7 @@ static void helper_save(const void *ip, const struct xt_entry_match *match)
struct xt_helper_info *info = (struct xt_helper_info *)match->data;
printf("%s--helper ",info->invert ? "! " : "");
- save_string(info->name);
+ xtables_save_string(info->name);
}
static struct xtables_match helper_match = {