From 5ef27e629833d729f715d1607eb1f745196aeea4 Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org" Date: Mon, 30 Jan 2006 09:02:45 +0000 Subject: fix 'save' (Michael Rash) --- extensions/libipt_string.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/libipt_string.c b/extensions/libipt_string.c index 8fb013e..5492cfc 100644 --- a/extensions/libipt_string.c +++ b/extensions/libipt_string.c @@ -327,9 +327,9 @@ save(const struct ipt_ip *ip, const struct ipt_entry_match *match) } printf("--algo %s ", info->algo); if (info->from_offset != 0) - printf("--from-offset %u ", info->from_offset); + printf("--from %u ", info->from_offset); if (info->to_offset != 0) - printf("--to-offset %u ", info->to_offset); + printf("--to %u ", info->to_offset); } -- cgit v1.2.3