X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ffhcount.c;h=00bd7325a53da8ec48623cb49c612784b9e6a83f;hb=6a4e409854a5322bed28347237a7614c59925e2a;hp=a2f5aa8c9aabf87dc8623b2b9ac99a9023cb84ae;hpb=6f4f918d4d5e70c75471632254ecb9c55fd8d62f;p=collectd.git diff --git a/src/fhcount.c b/src/fhcount.c index a2f5aa8c..00bd7325 100644 --- a/src/fhcount.c +++ b/src/fhcount.c @@ -66,7 +66,6 @@ static void fhcount_submit( vl.values_len = 1; // Compose the metric - sstrncpy(vl.host, hostname_g, sizeof(vl.host)); sstrncpy(vl.plugin, "fhcount", sizeof(vl.plugin)); sstrncpy(vl.type, type, sizeof(vl.type)); sstrncpy(vl.type_instance, type_instance, sizeof(vl.type_instance));