Don't use 'interval_g' in any plugins.
[collectd.git] / src / network.c
index 840577f..59c2be7 100644 (file)
@@ -3225,7 +3225,6 @@ static int network_stats_read (void) /* {{{ */
        vl.values = values;
        vl.values_len = 2;
        vl.time = 0;
-       vl.interval = interval_g;
        sstrncpy (vl.host, hostname_g, sizeof (vl.host));
        sstrncpy (vl.plugin, "network", sizeof (vl.plugin));