]> jfr.im git - irc/quakenet/newserv.git/commitdiff
use correct stats level
authorPaul <redacted>
Mon, 26 May 2008 00:08:16 +0000 (01:08 +0100)
committerPaul <redacted>
Mon, 26 May 2008 00:08:16 +0000 (01:08 +0100)
patricia/patricia.c

index 526d8f3ba25fbe83e1a9cf3d041981e7fe9f7b80..049f993a6330b85238ec087a237280a77f0287a2 100644 (file)
@@ -36,7 +36,7 @@ void patriciastats(int hooknum, void *arg) {
   patricia_node_t *head, *node;
   int i,j,k,l;
 
-  if (level < 5) 
+  if (level <= 5) 
     return; 
 
   sprintf(buf, "Patricia: %6d Active Nodes (%d bits)", iptree->num_active_node, iptree->maxbits);