From: Paul Date: Mon, 26 May 2008 00:08:16 +0000 (+0100) Subject: use correct stats level X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/commitdiff_plain/08a983e048e4f987e0545405dc2a60ee0dc84058 use correct stats level --- diff --git a/patricia/patricia.c b/patricia/patricia.c index 526d8f3b..049f993a 100644 --- a/patricia/patricia.c +++ b/patricia/patricia.c @@ -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);