Code

collectd.conf: Added the "madwifi" and "match_empty_counter" plugins.
[collectd.git] / src / tcpconns.c
index 02241f3d55e94721eb42ca90cb77ec80c6283182..f164b53b4858406a27e8cd49040a88cc02f61e20 100644 (file)
@@ -220,7 +220,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));