X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdf.c;h=38079d8772e232f44ac690cc636222a67e45195e;hb=bc7992ed0693313a2b1fe282a5bf23f1cc9f8e42;hp=26d23826fccf32c81420f417192956737f64bdc8;hpb=92445ff3363441d0f515de4a3ab92a504cfc0366;p=collectd.git diff --git a/src/df.c b/src/df.c index 26d23826..38079d87 100644 --- a/src/df.c +++ b/src/df.c @@ -124,7 +124,6 @@ static void df_submit (char *df_name, vl.values = values; vl.values_len = 2; - vl.time = time (NULL); sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "df", sizeof (vl.plugin)); sstrncpy (vl.plugin_instance, "", sizeof (vl.plugin_instance));