Code

Merge remote-tracking branch 'github/pr/387'
[collectd.git] / src / xmms.c
index 09786fc9282b6f01bd8568750b771e4f8df039ea..52beb65f8a5d21d32880f81a58be887363390873 100644 (file)
@@ -36,7 +36,6 @@ static void cxmms_submit (const char *type, 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, "xmms", sizeof (vl.plugin));
        sstrncpy (vl.type, type, sizeof (vl.type));