X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ffscache.c;h=c410ea39d58ea472198a5c30ddf0877f11d95829;hb=d1599c48cac964a6e8b815df7f87dd24a55b1d29;hp=6dc6e72bb8b58fc8f9c812ba5a7d08e627c0c8ae;hpb=2079ee1517e34de372f58e7e2267ad5c71a8a41f;p=collectd.git diff --git a/src/fscache.c b/src/fscache.c index 6dc6e72b..c410ea39 100644 --- a/src/fscache.c +++ b/src/fscache.c @@ -113,7 +113,6 @@ static void fscache_submit(const char *section, const char *name, vl.values = &value; vl.values_len = 1; - sstrncpy(vl.host, hostname_g, sizeof(vl.host)); sstrncpy(vl.plugin, "fscache", sizeof(vl.plugin)); sstrncpy(vl.plugin_instance, section, sizeof(vl.plugin_instance)); sstrncpy(vl.type, "fscache_stat", sizeof(vl.type));