diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-11-19 08:43:25 -0200 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-11-19 08:43:25 -0200 |
commit | 1b4a0d791707d7e9c85f1efb091028b2ac21228b (patch) | |
tree | c03e0c8dae229c37bdcc7104404c7c601af33550 /usr | |
parent | aef6978de736e629f79ffc06c1784de665e5c2aa (diff) | |
download | pfsense-1b4a0d791707d7e9c85f1efb091028b2ac21228b.zip pfsense-1b4a0d791707d7e9c85f1efb091028b2ac21228b.tar.gz |
Fix a wrong } left on my last commit
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/firewall_nat_out.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php index 4fa4c16..fbc8903 100755 --- a/usr/local/www/firewall_nat_out.php +++ b/usr/local/www/firewall_nat_out.php @@ -99,7 +99,6 @@ if (isset($_POST['save']) && $_POST['save'] == "Save") { convert_real_interface_to_friendly_descr($natent['interface'])); $natent['created'] = make_config_revision_entry(null, gettext("Manual Outbound NAT Switch")); - } /* Try to detect already auto created rules and avoid duplicate them */ $found = false; foreach ($a_out as $rule) { |