X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=src%2Faction_list_graphs.c;h=86d6e433e2abe08b11d5f3060d5dde26590f53d3;hp=e32b99983436ae93fe888fe6b71ea7dab2c2a02b;hb=022298601cad5a59aba37fa205f6f5ae6a364956;hpb=04aa292008516f3add56b9bd87ce9c57b0366cc1 diff --git a/src/action_list_graphs.c b/src/action_list_graphs.c index e32b999..86d6e43 100644 --- a/src/action_list_graphs.c +++ b/src/action_list_graphs.c @@ -213,7 +213,7 @@ static int print_host_list (__attribute__((unused)) void *user_data) /* {{{ */ host_html = html_escape (host); - printf ("
  • %s
  • \n", + printf ("
  • %s
  • \n", script_name (), host_html, host_html); free (host_html); @@ -256,10 +256,8 @@ int action_list_graphs (void) /* {{{ */ gl_update (); - search = strtolower_copy (param ("search")); - + search = strtolower_copy (param ("q")); status = list_graphs_html (search); - free (search); return (status);