Let plugin_dispatch_values() set value_list.time in case of 'now'.
[collectd.git] / src / iptables.c
index e1694af..9abee36 100644 (file)
@@ -218,7 +218,6 @@ static int submit_match (const struct ipt_entry_match *match,
 
     vl.values = values;
     vl.values_len = 1;
-    vl.time = time (NULL);
     sstrncpy (vl.host, hostname_g, sizeof (vl.host));
     sstrncpy (vl.plugin, "iptables", sizeof (vl.plugin));