summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-12-31 15:23:42 -0500
committerChris Buechler <cmb@pfsense.org>2009-12-31 15:23:42 -0500
commiteb1f8f8ee46f7cdd247604b5c0bedf731333360d (patch)
tree52e9ec11c8f6a2973f21d0f402eb0c57796e05f7
parent2c0dd581c56a0b3eed13aea965dbd139b3f46eb1 (diff)
downloadpfsense-eb1f8f8ee46f7cdd247604b5c0bedf731333360d.zip
pfsense-eb1f8f8ee46f7cdd247604b5c0bedf731333360d.tar.gz
fix RRD graphs for queues
-rw-r--r--usr/local/www/status_rrd_graph_img.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/status_rrd_graph_img.php b/usr/local/www/status_rrd_graph_img.php
index b395c99..905413d 100644
--- a/usr/local/www/status_rrd_graph_img.php
+++ b/usr/local/www/status_rrd_graph_img.php
@@ -674,6 +674,7 @@ elseif((strstr($curdatabase, "-queues.rrd")) && (file_exists("$rrddbpath$curdata
$graphcmd .= "--height 200 --width 620 -x \"$scale\" ";
if ($altq) {
$a_queues =& $altq->get_queue_list();
+ $t = 0;
} else {
$a_queues = array();
$i = 0;
OpenPOWER on IntegriCloud