X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fnut.c;h=edc48c61510ab6e716abe17b52d222136ee7ceba;hb=25c2a62280fcc4cd47875b719549c7eeb581392e;hp=8796d5873377cb6fbb61c51a65f011616f235c76;hpb=66b7c4bce4e628d8c11cc6762621f155bd68536d;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