提交 ff6c0339 编写于 作者: E erdgeist

Bugfix: Number of Pools << Number of Buckets

上级 272abf84
......@@ -497,7 +497,7 @@ static size_t stats_return_renew_bucket( char * reply ) {
char *r = reply;
int i;
for( i=0; i<OT_BUCKET_COUNT; ++i )
for( i=0; i<OT_POOLS_COUNT; ++i )
r+=sprintf(r,"%02i %llu\n", i, ot_renewed[i] );
return r - reply;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册