X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ffhcount.c;h=00bd7325a53da8ec48623cb49c612784b9e6a83f;hb=f66916deea905254061bb07245e007471faf2ecf;hp=a2f5aa8c9aabf87dc8623b2b9ac99a9023cb84ae;hpb=10139cda6f68ae1f921d79c930dd85944afb74a3;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));