summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip_edit.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-04-27 08:41:15 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-04-27 08:41:15 -0300
commitbe28a8c001ea693d491a98190445fdf6890d49f8 (patch)
tree646672ebaf8cf7426e05cc973d7a34409181a1c5 /usr/local/www/firewall_virtual_ip_edit.php
parentfac4562ee206e6e442b2107fc153e4eae6a4b3a2 (diff)
parent0648c9688a4f3324c6e90039b5179eb64bde4653 (diff)
downloadpfsense-be28a8c001ea693d491a98190445fdf6890d49f8.zip
pfsense-be28a8c001ea693d491a98190445fdf6890d49f8.tar.gz
Merge remote branch 'mainline/master'
Diffstat (limited to 'usr/local/www/firewall_virtual_ip_edit.php')
-rwxr-xr-xusr/local/www/firewall_virtual_ip_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_virtual_ip_edit.php b/usr/local/www/firewall_virtual_ip_edit.php
index 89e473a..80d40d8 100755
--- a/usr/local/www/firewall_virtual_ip_edit.php
+++ b/usr/local/www/firewall_virtual_ip_edit.php
@@ -216,7 +216,7 @@ if ($_POST) {
mark_subsystem_dirty('vip');
write_config();
- if (!$id)
+ if (!$id && $id != 0)
$id = count($a_vip) - 1;
header("Location: firewall_virtual_ip.php?changes=mods&id={$id}");
exit;
OpenPOWER on IntegriCloud