From: Arturo Borrero Date: Mon, 17 Nov 2014 11:09:33 +0000 (+0100) Subject: iptables: xtables-eb: delete extra 'policy' printf X-Git-Tag: v1.6.0~53^2~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aadc93b1988a80a6b15dbefc57387fe65fb98870;p=thirdparty%2Fiptables.git iptables: xtables-eb: delete extra 'policy' printf This message doesn't exist in the original ebtables tool. Signed-off-by: Arturo Borrero Gonzalez Signed-off-by: Pablo Neira Ayuso --- diff --git a/iptables/xtables-eb.c b/iptables/xtables-eb.c index 99d930e5..917bca22 100644 --- a/iptables/xtables-eb.c +++ b/iptables/xtables-eb.c @@ -670,7 +670,6 @@ handle_P: for (i = 0; i < NUM_STANDARD_TARGETS; i++) if (!strcmp(argv[optind], ebt_standard_targets[i])) { policy = argv[optind]; - printf("policy: %s\n", policy); if (-i-1 == EBT_CONTINUE) xtables_error(PARAMETER_PROBLEM, "Wrong policy '%s'",