X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fbattery.c;h=d142982df4c7926a08bee11bf778a405d8253c19;hb=bc7992ed0693313a2b1fe282a5bf23f1cc9f8e42;hp=416f3397d0e6c01da373ca17dfc8d48fac8ab03a;hpb=074b4980bc75bea6826e6a38dcc6e193a721b2a8;p=collectd.git diff --git a/src/battery.c b/src/battery.c index 416f3397..d142982d 100644 --- a/src/battery.c +++ b/src/battery.c @@ -98,7 +98,6 @@ static void battery_submit (const char *plugin_instance, const char *type, doubl vl.values = values; vl.values_len = 1; - vl.time = time (NULL); sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "battery", sizeof (vl.plugin)); sstrncpy (vl.plugin_instance, plugin_instance, sizeof (vl.plugin_instance));