summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/firewall_nat_out_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_out_edit.php b/usr/local/www/firewall_nat_out_edit.php
index 09fa299..f96d967 100755
--- a/usr/local/www/firewall_nat_out_edit.php
+++ b/usr/local/www/firewall_nat_out_edit.php
@@ -160,7 +160,7 @@ if ($_POST) {
if (isset($natent['destination']['not']) == isset($_POST['destination_not'])) {
if ((isset($natent['destination']['any']) && ($ext == "any")) ||
($natent['destination']['address'] == $ext)) {
- $input_errors[] = "There is already an outbound NAT rule with the specified settings.";
+ //$input_errors[] = "There is already an outbound NAT rule with the specified settings.";
break;
}
}
OpenPOWER on IntegriCloud