Merge branch 'collectd-4.5' into collectd-4.6
[collectd.git] / src / hddtemp.c
index b765e89..2405d8c 100644 (file)
@@ -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));