summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-03-02 20:29:37 -0700
committerErik Fonnesbeck <efonnes@gmail.com>2010-03-02 20:29:37 -0700
commit6ba138b0f5c96948eacdc824520ded39552b3f57 (patch)
tree72fc6c1a442d0fbd13b3d726f4cad53f90bb1219 /usr/local/www
parent3f23b74d60f9bc5f76aa020a18d0da016c03b50b (diff)
downloadpfsense-6ba138b0f5c96948eacdc824520ded39552b3f57.zip
pfsense-6ba138b0f5c96948eacdc824520ded39552b3f57.tar.gz
Don't need to bring the interface down twice -- let apply be the one to take care of it, since that appears to be the intention.
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/interfaces.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 772ba33..7249d73 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -296,7 +296,6 @@ if ($_POST['apply']) {
if ($_POST && $_POST['enable'] != "yes") {
unset($wancfg['enable']);
- interface_bring_down($if);
if (isset($wancfg['wireless'])) {
interface_sync_wireless_clones($wancfg, false);
}
OpenPOWER on IntegriCloud