Code

curl plugin: Fix compiler warning.
[collectd.git] / src / users.c
index 10de92b782f75db37c997de99fa027874bf50a90..1e337540e5b4f5b258d00234472385c8a1187454 100644 (file)
@@ -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));