Let plugin_dispatch_values() set value_list.time in case of 'now'.
[collectd.git] / src / ascent.c
index 6285176..bf1e9f4 100644 (file)
@@ -126,7 +126,6 @@ static int ascent_submit_gauge (const char *plugin_instance, /* {{{ */
 
   vl.values = values;
   vl.values_len = 1;
-  vl.time = time (NULL);
   sstrncpy (vl.host, hostname_g, sizeof (vl.host));
   sstrncpy (vl.plugin, "ascent", sizeof (vl.plugin));