minor bugfixes (#ifdef MONITORINGTRHU)
[svn/Prometheus-QoS/.git] / parsehosts.c
index 146e897b8fde295714b575f7a30166ff98038649..f356f165b76b9d21fcc36b3382e0aaf7d0eac947 100644 (file)
@@ -307,7 +307,7 @@ void parse_hosts(char *hosts)
       {\r
        len = found_at - found_tech_str - 1;\r
        for_each(technology, technologies)\r
-        if(!strncmp(technology->filename, found_tech_str + 1, len))\r
+        if(strlen(technology->filename)==len && !strncmp(technology->filename, found_tech_str + 1, len))\r
          break;\r
        if(!technology)\r
        {\r
This page took 0.102644 seconds and 4 git commands to generate.