From: Jan Engelhardt Date: Sun, 31 Jan 2010 15:49:50 +0000 (+0100) Subject: policy: fix error message showing wrong option X-Git-Tag: v1.4.7~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=028ad9ec6d5c27c107c9a7a316617cbe366abb0f;p=thirdparty%2Fiptables.git policy: fix error message showing wrong option --- diff --git a/extensions/libxt_policy.c b/extensions/libxt_policy.c index 521bac1a..a87ddd89 100644 --- a/extensions/libxt_policy.c +++ b/extensions/libxt_policy.c @@ -292,7 +292,7 @@ static void policy_check(unsigned int flags) if (!(info->flags & (XT_POLICY_MATCH_IN | XT_POLICY_MATCH_OUT))) xtables_error(PARAMETER_PROBLEM, - "policy match: neither --in nor --out specified"); + "policy match: neither --dir in nor --dir out specified"); if (info->flags & XT_POLICY_MATCH_NONE) { if (info->flags & XT_POLICY_MATCH_STRICT)