INN commit: branches/2.4/samples (innreport.conf.in)

INN Commit Russ_Allbery at isc.org
Wed Jun 25 17:47:52 UTC 2008


    Date: Wednesday, June 25, 2008 @ 10:47:51
  Author: iulius
Revision: 7922

For two sections in innreport.conf there is a mismatch between
sort function and sorted hash.

Thanks to Alexander Bartolich for this patch.

Modified:
  branches/2.4/samples/innreport.conf.in

-------------------+
 innreport.conf.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: innreport.conf.in
===================================================================
--- innreport.conf.in	2008-06-25 17:44:22 UTC (rev 7921)
+++ innreport.conf.in	2008-06-25 17:47:51 UTC (rev 7922)
@@ -1024,7 +1024,7 @@
 section nocem {
         title   "NoCeM on Spool:";
 	data    "%nocem_goodsigs";
-	sort    "$nocem_ids{$b} <=> $nocem_ids{$a}";
+	sort    "$nocem_goodsigs{$b} <=> $nocem_goodsigs{$a}";
 	column {
 		name		"Id";
                	format		"%-47.47s";
@@ -2068,7 +2068,7 @@
 
 section nnrpd_groups {
         title   "NNRP readership statistics:";
-	data    "%nnrpd_connect";
+	data    "%nnrpd_articles";
 	sort    "$nnrpd_articles{$b} <=> $nnrpd_articles{$a}";
 	numbering true;
         column {



More information about the inn-committers mailing list