X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fteamspeak2.c;h=e81dbe302bf40fa71b4c8880aa9caab8cf95ab8d;hb=bc7992ed0693313a2b1fe282a5bf23f1cc9f8e42;hp=5cd427afc2bb5ccb0c173d8791401e51fe682707;hpb=a28ebbb8265605a09f0555d1eb036f50b9a784c8;p=collectd.git diff --git a/src/teamspeak2.c b/src/teamspeak2.c index 5cd427af..e81dbe30 100644 --- a/src/teamspeak2.c +++ b/src/teamspeak2.c @@ -129,7 +129,6 @@ static void tss2_submit_gauge (const char *plugin_instance, vl.values = values; vl.values_len = 1; - vl.time = time (NULL); sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "teamspeak2", sizeof (vl.plugin)); @@ -160,7 +159,6 @@ static void tss2_submit_io (const char *plugin_instance, const char *type, vl.values = values; vl.values_len = 2; - vl.time = time (NULL); sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "teamspeak2", sizeof (vl.plugin));