Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx> --- extensions/libipt_DNAT.c | 2 +- extensions/libipt_SNAT.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/libipt_DNAT.c b/extensions/libipt_DNAT.c index 6a46f10..8c4c9c2 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?? */ diff --git a/extensions/libipt_SNAT.c b/extensions/libipt_SNAT.c index 9156a7b..3691041 100644 --- a/extensions/libipt_SNAT.c +++ b/extensions/libipt_SNAT.c @@ -169,7 +169,7 @@ static void SNAT_parse(struct xt_option_call *cb) get_kernel_version(); if (kernel_version > LINUX_VERSION(2, 6, 10)) xtables_error(PARAMETER_PROBLEM, - "Multiple --to-source not supported"); + "SNAT: Multiple --to-source not supported"); } *cb->target = parse_to(cb->arg, portok, info); /* WTF do we need this for?? */ -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html