Merge branch 'collectd-4.5' into collectd-4.6
[collectd.git] / src / iptables.c
index 09ffda0..12275cd 100644 (file)
@@ -220,7 +220,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));