X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fhttp_command.c;h=5509b34136d8788e9773c39f8440263d24fc76d0;hb=330dfe997d099ee125cea44b52adec83af1face6;hp=bdd68a8c2a350a2b8114dda81ce07a6c80b3f72c;hpb=dd7e747f9d4544c92dd24cbf1034e96ae46eb63b;p=pazpar2-moved-to-github.git diff --git a/src/http_command.c b/src/http_command.c index bdd68a8..5509b34 100644 --- a/src/http_command.c +++ b/src/http_command.c @@ -1103,6 +1103,8 @@ static void cmd_info(struct http_channel *c) wrbuf_puts(c->wrbuf, " \n"); + info_services(c->server, c->wrbuf); + wrbuf_puts(c->wrbuf, ""); rs->payload = nmem_strdup(c->nmem, wrbuf_cstr(c->wrbuf)); http_send_response(c);