X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Finterface.c;h=fad37dbefdaf6208133e2454da22ac3ef2e263db;hb=9b626288aff81c68fe19210a58b4a32eeefde9d3;hp=7512c4ee3c21c7e07fc591f3c4bdf19f057746ac;hpb=332cf199806de625661fa3a9bf9555f7a47ba9f9;p=collectd.git diff --git a/src/interface.c b/src/interface.c index 7512c4ee..fad37dbe 100644 --- a/src/interface.c +++ b/src/interface.c @@ -1,6 +1,6 @@ /** * collectd - src/interface.c - * Copyright (C) 2005-2007 Florian octo Forster + * Copyright (C) 2005-2008 Florian octo Forster * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -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));