summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-07 08:22:27 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-07 08:22:27 +0000
commitfde7d054ac08ab39aa8da35ee43ba9cf00844214 (patch)
treef7d25122e7b400a1c84ce7f11c72a7c83461d4b7 /usr/local
parentee769c923797dde810229d1336cd44f43cc67008 (diff)
downloadpfsense-fde7d054ac08ab39aa8da35ee43ba9cf00844214.zip
pfsense-fde7d054ac08ab39aa8da35ee43ba9cf00844214.tar.gz
Remove 2nd filter_configure()
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/system_advanced.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index cc4610e..41b6677 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -136,12 +136,6 @@ if ($_POST) {
$retval |= interfaces_optional_configure();
config_unlock();
}
-
- /* Setup pf rules since the user may have changed the optimization value */
- config_lock();
- $retval = filter_configure();
- config_unlock();
-
}
}
?>
OpenPOWER on IntegriCloud