summaryrefslogtreecommitdiff
path: root/scripts/firewall
diff options
context:
space:
mode:
authorroot <root@debian.vyatta.com>2010-10-15 16:08:42 -0700
committerroot <root@debian.vyatta.com>2010-10-15 16:08:42 -0700
commit8c225c925f5f972489a378be0296b9bc7c46abed (patch)
treed14bce7117d333cc77a032be38514e25e325274d /scripts/firewall
parent072e7761f6a9a20b49baefadb7fc53101574ac75 (diff)
downloadvyatta-cfg-firewall-8c225c925f5f972489a378be0296b9bc7c46abed.tar.gz
vyatta-cfg-firewall-8c225c925f5f972489a378be0296b9bc7c46abed.zip
missing paren
Diffstat (limited to 'scripts/firewall')
-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);