X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=inline;f=src%2Finterface.c;h=520f4c8d81db6470c7b19f74502e87d551d6b145;hb=4ea822d83441f31e816d0742f1276bb501a0cb11;hp=7512c4ee3c21c7e07fc591f3c4bdf19f057746ac;hpb=98062438c25226e2e4a28ab629de5dfa27a79913;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));