X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fhddtemp.c;h=cc67c63989d7593956f40141d848ceaa3da74c3c;hb=bc7992ed0693313a2b1fe282a5bf23f1cc9f8e42;hp=9f4a7254feede2d27d057bdf5750bb1ee3f73ba2;hpb=7471e073bff7c9f2542bc1c8ce639b85c5498ba7;p=collectd.git diff --git a/src/hddtemp.c b/src/hddtemp.c index 9f4a7254..cc67c639 100644 --- a/src/hddtemp.c +++ b/src/hddtemp.c @@ -447,7 +447,6 @@ static void hddtemp_submit (char *type_instance, double value) vl.values = values; vl.values_len = 1; - vl.time = time (NULL); sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "hddtemp", sizeof (vl.plugin)); sstrncpy (vl.type, "temperature", sizeof (vl.type));