X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fhttp_command.c;h=1e3ede6946203c568fa5e82286a3d490847da9d8;hb=64dccf5757a22cedd3c21ca834e3e02f39dd0504;hp=f0768fb1b76fef775a1438133fe9fa4748f9a5a8;hpb=4811426e29ae9c4ba92e881e858ccab7e71b9efa;p=pazpar2-moved-to-github.git diff --git a/src/http_command.c b/src/http_command.c index f0768fb..1e3ede6 100644 --- a/src/http_command.c +++ b/src/http_command.c @@ -1481,8 +1481,8 @@ static void cmd_info(struct http_channel *c) } } #endif - wrbuf_printf(c->wrbuf, " %d\n", sessions_count()); - wrbuf_printf(c->wrbuf, " %d\n", clients_count()); + wrbuf_printf(c->wrbuf, " %d\n", sessions_get_count()); + wrbuf_printf(c->wrbuf, " %d\n", clients_get_count()); print_meminfo(c->wrbuf); info_services(c->server, c->wrbuf);