X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fusers.c;h=1e337540e5b4f5b258d00234472385c8a1187454;hb=a62bc47e3bea0733c354976c17885e3f579a38c5;hp=10de92b782f75db37c997de99fa027874bf50a90;hpb=4fcf23160e7d3fd034dc7e807cbf4047970dd218;p=collectd.git diff --git a/src/users.c b/src/users.c index 10de92b7..1e337540 100644 --- a/src/users.c +++ b/src/users.c @@ -54,7 +54,6 @@ static void users_submit (gauge_t value) vl.values = values; vl.values_len = 1; - vl.time = time (NULL); sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "users", sizeof (vl.plugin)); sstrncpy (vl.type, "users", sizeof (vl.plugin));