Code

write_graphite plugin: avoid flooding the log with the protocol error check
[collectd.git] / src / multimeter.c
index e3da00a1520a98109d210b4217f84375cce2e25e..775eb57e27bff64201f81e83cf6528c36fa0608e 100644 (file)
@@ -200,7 +200,6 @@ static void multimeter_submit (double value)
 
        vl.values = values;
        vl.values_len = 1;
-       vl.time = time (NULL);
        sstrncpy (vl.host, hostname_g, sizeof (vl.host));
        sstrncpy (vl.plugin, "multimeter", sizeof (vl.plugin));
        sstrncpy (vl.type, "multimeter", sizeof (vl.type));