summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArturo Borrero <arturo.borrero.glez@gmail.com>2014-11-17 12:09:33 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2014-11-17 12:54:56 +0100
commit190cbd57bbd8e347838ffa9fd5cc67024541df59 (patch)
tree1b8f3e157939f899ead78d5bba2a4b986f4b08e3
parent2bf49fd778bf2136ad3711f45a758a8d3d998cc3 (diff)
downloadiptables-190cbd57bbd8e347838ffa9fd5cc67024541df59.tar.gz
iptables: xtables-eb: delete extra 'policy' printf
This message doesn't exist in the original ebtables tool. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--iptables/xtables-eb.c1
1 files changed, 0 insertions, 1 deletions
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'",