From aadc93b1988a80a6b15dbefc57387fe65fb98870 Mon Sep 17 00:00:00 2001 From: Arturo Borrero Date: Mon, 17 Nov 2014 12:09:33 +0100 Subject: 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 --- iptables/xtables-eb.c | 1 - 1 file changed, 1 deletion(-) 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'", -- cgit v1.2.3