Code

Merge branch 'collectd-4.5' into collectd-4.6
[collectd.git] / src / tcpconns.c
index e1bc88209569b7e8bf1f0ac8d4c69abe59d3321e..4db6f8ac4ba73e5f75354ab5ebea076b2f65e490 100644 (file)
@@ -215,7 +215,6 @@ static void conn_submit_port_entry (port_entry_t *pe)
 
   vl.values = values;
   vl.values_len = 1;
-  vl.time = time (NULL);
   sstrncpy (vl.host, hostname_g, sizeof (vl.host));
   sstrncpy (vl.plugin, "tcpconns", sizeof (vl.plugin));
   sstrncpy (vl.type, "tcp_connections", sizeof (vl.type));