From 8ef2ef705bc5f5b4aa758f92ed8ceb1cec42f7c8 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 23 Jun 2010 09:20:17 +0200 Subject: [PATCH] "list graphs" action: Create exact host-search in "print_host_list". --- src/action_list_graphs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.11.0