summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_DNAT.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-05-13 00:11:00 +0200
committerJan Engelhardt <jengelh@medozas.de>2011-05-13 02:00:01 +0200
commite82d031af24c8155357c6f2d2b2e236bd6cf67e4 (patch)
tree4d00edd466d960337e9aa93449f118836e9db70e /extensions/libipt_DNAT.c
parent85f423addb46736e414f70b59c9f885e99aeb488 (diff)
libipt_[SD]NAT: flag up module name on error
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'extensions/libipt_DNAT.c')
-rw-r--r--extensions/libipt_DNAT.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libipt_DNAT.c b/extensions/libipt_DNAT.c
index 6a46f109..8c4c9c25 100644
--- a/extensions/libipt_DNAT.c
+++ b/extensions/libipt_DNAT.c
@@ -169,7 +169,7 @@ static void DNAT_parse(struct xt_option_call *cb)
get_kernel_version();
if (kernel_version > LINUX_VERSION(2, 6, 10))
xtables_error(PARAMETER_PROBLEM,
- "Multiple --to-destination not supported");
+ "DNAT: Multiple --to-destination not supported");
}
*cb->target = parse_to(cb->arg, portok, info);
/* WTF do we need this for?? */