"list graphs" action: Create exact host-search in "print_host_list".
[collection4.git] / src / common.c
index 4916b3c..d6047c4 100644 (file)
@@ -209,7 +209,7 @@ char *strtolower_copy (const char *str)
   if (str == NULL)
     return (NULL);
 
-  return (strdup (str));
+  return (strtolower (strdup (str)));
 }
 
 /* vim: set sw=2 sts=2 et fdm=marker : */