summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_aliases.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-05 01:55:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-05 01:55:10 +0000
commit5c9ac7558dc2643ea974c852037bd879f5c1816b (patch)
tree4de60e76d67bfe49c6406fb6d0d3be7482c624f7 /usr/local/www/firewall_aliases.php
parent8a1a87ccef7c6fe748baeed6e7c9e7434b51a1a9 (diff)
downloadpfsense-5c9ac7558dc2643ea974c852037bd879f5c1816b.zip
pfsense-5c9ac7558dc2643ea974c852037bd879f5c1816b.tar.gz
Do not call shaper_configure() .. It is now built into filter_configure()
Diffstat (limited to 'usr/local/www/firewall_aliases.php')
-rwxr-xr-xusr/local/www/firewall_aliases.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/firewall_aliases.php b/usr/local/www/firewall_aliases.php
index ba81a6c..2695083 100755
--- a/usr/local/www/firewall_aliases.php
+++ b/usr/local/www/firewall_aliases.php
@@ -49,7 +49,6 @@ if ($_POST) {
config_lock();
/* reload all components that use aliases */
$retval = filter_configure();
- $retval |= shaper_configure();
config_unlock();
}
$savemsg = get_std_save_message($retval);
OpenPOWER on IntegriCloud