X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fiptables.c;h=9abee364b1fc36b0e3906927d647ac8165cd738d;hb=6e419a825c50f9c97471aba7d50521bfc7e19828;hp=e1694af3475407ae75ba98de73e8b48598e63a56;hpb=597adb008e5cb9b39bc925046d2aedc084ec2b9e;p=collectd.git diff --git a/src/iptables.c b/src/iptables.c index e1694af3..9abee364 100644 --- a/src/iptables.c +++ b/src/iptables.c @@ -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));