X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fentropy.c;h=02ea9e113b5b34af4fb6fa3a0d3a157a7fab2274;hb=604607d3463fbe13eac252308f8a2497fb190167;hp=b385c2a75b2d65aaee05ae8046a0806704d92f69;hpb=486b566fa4dce30202b0c1d680e0e537dfad4d30;p=collectd.git diff --git a/src/entropy.c b/src/entropy.c index b385c2a7..02ea9e11 100644 --- a/src/entropy.c +++ b/src/entropy.c @@ -41,7 +41,6 @@ static void entropy_submit (value_t value) vl.values = &value; vl.values_len = 1; - sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "entropy", sizeof (vl.plugin)); sstrncpy (vl.type, "entropy", sizeof (vl.type));