From ae48674b35317f1f3433bacc68584bd1ffd4e662 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 26 Dec 2005 01:20:24 +0000 Subject: [PATCH] Do not modify scheduler type. Wizard is currently the master of the domain. --- usr/local/www/system_advanced.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php index 34015bf409..06cdc5be61 100755 --- a/usr/local/www/system_advanced.php +++ b/usr/local/www/system_advanced.php @@ -182,7 +182,8 @@ if ($_POST) { unset($config['system']['webgui']['noantilockout']); /* Firewall and ALTQ options */ - $config['shaper']['schedulertype'] = $_POST['schedulertype']; + /* alternate scheduler types are currently unsupported */ + //$config['shaper']['schedulertype'] = $_POST['schedulertype']; $config['system']['maximumstates'] = $_POST['maximumstates']; if($_POST['enablesshd'] == "yes") {