X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Finterface.c;h=520f4c8d81db6470c7b19f74502e87d551d6b145;hb=bc7992ed0693313a2b1fe282a5bf23f1cc9f8e42;hp=7512c4ee3c21c7e07fc591f3c4bdf19f057746ac;hpb=a28ebbb8265605a09f0555d1eb036f50b9a784c8;p=collectd.git diff --git a/src/interface.c b/src/interface.c index 7512c4ee..520f4c8d 100644 --- a/src/interface.c +++ b/src/interface.c @@ -158,7 +158,6 @@ static void if_submit (const char *dev, const char *type, vl.values = values; vl.values_len = 2; - vl.time = time (NULL); sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "interface", sizeof (vl.plugin)); sstrncpy (vl.type, type, sizeof (vl.type));