X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=inline;f=src%2Fentropy.c;h=d56be6dc1df8f4645eb7c4f04a820ee978d87a8b;hb=24da3d76a4c00bb5fa15068aa4e5fc114b1d5a02;hp=2e20a67c08661dbdebd4e66e276184e17d97983b;hpb=654783aed1fab02766a9cc036e859799e01f6f9e;p=collectd.git diff --git a/src/entropy.c b/src/entropy.c index 2e20a67c..d56be6dc 100644 --- a/src/entropy.c +++ b/src/entropy.c @@ -38,7 +38,6 @@ static void entropy_submit (double entropy) vl.values = values; vl.values_len = 1; - vl.time = time (NULL); sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "entropy", sizeof (vl.plugin)); sstrncpy (vl.type, "entropy", sizeof (vl.type));