X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fnut.c;h=edc48c61510ab6e716abe17b52d222136ee7ceba;hb=61a1fa91ba73e4fe3a34949f77c5f017056f2b7a;hp=8796d5873377cb6fbb61c51a65f011616f235c76;hpb=39ba035b60b509311874ccf89d11d240c0271a90;p=collectd.git diff --git a/src/nut.c b/src/nut.c index 8796d587..edc48c61 100644 --- a/src/nut.c +++ b/src/nut.c @@ -123,7 +123,6 @@ static void nut_submit (nut_ups_t *ups, const char *type, vl.values = values; vl.values_len = STATIC_ARRAY_SIZE (values); - vl.time = time (NULL); sstrncpy (vl.host, (strcasecmp (ups->hostname, "localhost") == 0) ? hostname_g