X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ffilecount.c;h=05bb4b3792e16b72d83cb8cf00827cf58443c7f7;hb=108068f268cad453e5d3b54e288917409db1e467;hp=e2b002074fd9462fc0bc047e1bdc3b11b2428a1d;hpb=97fe230249ff8bf6aa71acfa206443c4a7238ab7;p=collectd.git diff --git a/src/filecount.c b/src/filecount.c index e2b00207..05bb4b37 100644 --- a/src/filecount.c +++ b/src/filecount.c @@ -66,7 +66,6 @@ static void fc_submit_dir (const fc_directory_conf_t *dir) vl.values = values; vl.values_len = STATIC_ARRAY_SIZE (values); - vl.time = time (NULL); sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "filecount", sizeof (vl.plugin)); sstrncpy (vl.plugin_instance, dir->instance, sizeof (vl.plugin_instance));