INN commit: trunk/scripts (innreport_inn.pm)
INN Commit
Russ_Allbery at isc.org
Mon Sep 17 21:18:22 UTC 2007
Date: Monday, September 17, 2007 @ 14:18:22
Author: iulius
Revision: 7679
Fix a typo which was preventing innreport from counting
the rejected size of articles.
Modified:
trunk/scripts/innreport_inn.pm
------------------+
innreport_inn.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: innreport_inn.pm
===================================================================
--- innreport_inn.pm 2007-09-17 01:34:30 UTC (rev 7678)
+++ innreport_inn.pm 2007-09-17 21:18:22 UTC (rev 7679)
@@ -1925,7 +1925,7 @@
$innd_stored_size_sum{$hostname} += $innd_stored_size{$key};
$innd_duplicated_size_sum{$hostname} += $innd_duplicated_size{$key};
$innd_offered_size_sum{$hostname} += $innd_offered_size{$key};
- $innd_rejected_size_sum{$hostname} += $innd_rejected_size_sum{$key};
+ $innd_rejected_size_sum{$hostname} += $innd_rejected_size{$key};
}
# adjust min/max of innd timer stats.
More information about the inn-committers
mailing list