From fb48d33fe9e51e191579c2ceffda2bcb7be252dd Mon Sep 17 00:00:00 2001
From: Nigel Kukard <nkukard@lbsd.net>
Date: Tue, 14 Jan 2014 07:05:33 +0000
Subject: [PATCH] Fixed typo in statistics identifier name

---
 opentrafficshaper/plugins/statistics/statistics.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opentrafficshaper/plugins/statistics/statistics.pm b/opentrafficshaper/plugins/statistics/statistics.pm
index 821250f..a173c6b 100644
--- a/opentrafficshaper/plugins/statistics/statistics.pm
+++ b/opentrafficshaper/plugins/statistics/statistics.pm
@@ -890,7 +890,7 @@ sub getConfigManagerCounters
 	foreach my $pid (@poolList) {
 		my $cid = getPoolTrafficClassID($pid);
 		# Bump the class counter
-		$counters{"ConfigManager:ClassLimits:$cid"}++;
+		$counters{"ConfigManager:ClassPools:$cid"}++;
 	}
 
 	return \%counters;
-- 
GitLab