summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-06-28 20:09:29 +0000
committerErmal <eri@pfsense.org>2011-06-28 20:09:29 +0000
commit8484586f9462d91906bb376beb756fb2032d6b2c (patch)
tree2357a668ffb0ef6a3ced4e271a913977138c4d65 /etc
parent84924e76c44950387e387af7927f63d5822dfda4 (diff)
downloadpfsense-8484586f9462d91906bb376beb756fb2032d6b2c.zip
pfsense-8484586f9462d91906bb376beb756fb2032d6b2c.tar.gz
Do not show the root interface queue on the queue list availble since it is not allowed to choose it. Ticket #636
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/shaper.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc
index c9f41f3..9d9868b 100644
--- a/etc/inc/shaper.inc
+++ b/etc/inc/shaper.inc
@@ -382,7 +382,7 @@ class altq_root_queue {
function &get_queue_list($q = null) {
$qlist = array();
- $qlist[$this->GetQname()] = & $this;
+ //$qlist[$this->GetQname()] = & $this;
if (is_array($this->queues)) {
foreach ($this->queues as $queue)
$queue->get_queue_list(&$qlist);
OpenPOWER on IntegriCloud