X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ffscache.c;h=3a5baf5bb11e1eac7ca367227a32a52bf3d80a62;hb=a9f509bacfda6be6882527a16563f260e4373246;hp=33633d63247db02deb1c7a909d228557b90184c2;hpb=e6798095bb2f063dd97619399575fef3e0fe501e;p=collectd.git diff --git a/src/fscache.c b/src/fscache.c index 33633d63..3a5baf5b 100644 --- a/src/fscache.c +++ b/src/fscache.c @@ -115,7 +115,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));