summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-01-31 08:08:20 +0000
committerErmal <eri@pfsense.org>2013-01-31 08:08:20 +0000
commitdd1fc379b433c9f6c03d45c2e7a9a5f7dda043d6 (patch)
tree546ab98393a5e12111cc09b3f5680d69f285b2ad
parent4144aa81332d3500e107789c8e545434fe960752 (diff)
downloadpfsense-dd1fc379b433c9f6c03d45c2e7a9a5f7dda043d6.zip
pfsense-dd1fc379b433c9f6c03d45c2e7a9a5f7dda043d6.tar.gz
Actually destroy in this case
-rwxr-xr-xusr/local/www/interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 2e19924..7a1abe1 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -359,7 +359,7 @@ if ($_POST['apply']) {
interface_bring_down($ifapply, false, $ifcfgo);
interface_configure($ifapply);
} else
- interface_bring_down($ifapply, false, $ifcfgo);
+ interface_bring_down($ifapply, true, $ifcfgo);
}
}
/* restart snmp so that it binds to correct address */
OpenPOWER on IntegriCloud