From bb641bf8978c07e54b57885f56b0f9543a7cd39f Mon Sep 17 00:00:00 2001 From: jim-p Date: Mon, 15 Feb 2010 10:00:32 -0500 Subject: Missing counter variable initialization. --- usr/local/www/status_rrd_graph_img.php | 1 + 1 file changed, 1 insertion(+) (limited to 'usr') diff --git a/usr/local/www/status_rrd_graph_img.php b/usr/local/www/status_rrd_graph_img.php index 905413d..63657d0 100644 --- a/usr/local/www/status_rrd_graph_img.php +++ b/usr/local/www/status_rrd_graph_img.php @@ -703,6 +703,7 @@ elseif((strstr($curdatabase, "-queuedrops.rrd")) && (file_exists("$rrddbpath$cur $graphcmd .= "--height 200 --width 620 -x \"$scale\" "; if ($altq) { $a_queues =& $altq->get_queue_list(); + $t = 0; } else { $a_queues = array(); $i = 0; -- cgit v1.1