summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/firewall/vyatta-firewall.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/firewall/vyatta-firewall.pl b/scripts/firewall/vyatta-firewall.pl
index b1d8a25..825439b 100755
--- a/scripts/firewall/vyatta-firewall.pl
+++ b/scripts/firewall/vyatta-firewall.pl
@@ -363,7 +363,7 @@ sub update_rules {
if (defined($ctree)) {
# chain name must be unique in both trees
Vyatta::Config::outputError(["firewall $tree $name"], 'Firewall config error: '
- . "Rule set name \"$name\" already used in \"$ctree\"\n";
+ . "Rule set name \"$name\" already used in \"$ctree\"\n");
exit 1;
}
setup_chain($table, "$name", $iptables_cmd, $policy, $policy_log);