X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ffilecount.c;h=05bb4b3792e16b72d83cb8cf00827cf58443c7f7;hb=be99a844a40d7037a910d37a894988b807631a6e;hp=e2b002074fd9462fc0bc047e1bdc3b11b2428a1d;hpb=98fef31471541485002b5b87afa8991a280190d6;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));