diff options
author | root <root@debian.vyatta.com> | 2010-10-15 16:08:42 -0700 |
---|---|---|
committer | root <root@debian.vyatta.com> | 2010-10-15 16:08:42 -0700 |
commit | 8c225c925f5f972489a378be0296b9bc7c46abed (patch) | |
tree | d14bce7117d333cc77a032be38514e25e325274d /scripts/firewall/vyatta-firewall.pl | |
parent | 072e7761f6a9a20b49baefadb7fc53101574ac75 (diff) | |
download | vyatta-cfg-firewall-8c225c925f5f972489a378be0296b9bc7c46abed.tar.gz vyatta-cfg-firewall-8c225c925f5f972489a378be0296b9bc7c46abed.zip |
missing paren
Diffstat (limited to 'scripts/firewall/vyatta-firewall.pl')
-rwxr-xr-x | scripts/firewall/vyatta-firewall.pl | 2 |
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); |