X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fhddtemp.c;h=2405d8c3e9d540152aaab25cab0c703c8bb22c5c;hp=b765e89be4e6a6200bdfe5be0019a4fb7c2d9743;hb=52f41fed6e32f66f5817a82ae175fd443084f8a3;hpb=3d4319f8ec237226f85e05848650a0f14f5cf2ab diff --git a/src/hddtemp.c b/src/hddtemp.c index b765e89b..2405d8c3 100644 --- a/src/hddtemp.c +++ b/src/hddtemp.c @@ -450,7 +450,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));