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