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