X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fusers.c;h=b605ff84c9d7ab98cfb8abbd762b8d30207882fe;hb=4027126a75439c7d2b1d5572092fd291ef19ead6;hp=1231075a324803bd3fa866396c62563763496e67;hpb=fd9c88963b04c9e9050a952ba0f018493e8b7638;p=collectd.git diff --git a/src/users.c b/src/users.c index 1231075a..b605ff84 100644 --- a/src/users.c +++ b/src/users.c @@ -48,7 +48,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));