From: Florian Forster Date: Wed, 23 Jun 2010 07:20:17 +0000 (+0200) Subject: "list graphs" action: Create exact host-search in "print_host_list". X-Git-Tag: v4.0.0~198^2~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8ef2ef705bc5f5b4aa758f92ed8ceb1cec42f7c8;hp=3f172105150efd8b40107a2d27f5be3edce9036b;p=collection4.git "list graphs" action: Create exact host-search in "print_host_list". --- diff --git a/src/action_list_graphs.c b/src/action_list_graphs.c index 1f7e091..6a7ce4f 100644 --- a/src/action_list_graphs.c +++ b/src/action_list_graphs.c @@ -227,7 +227,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);