X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fpowerdns.c;h=164137ba39da5f9019bf037faff07efbafea1c26;hb=d3a52ccd1bef9ed76d6374f9312668153fbbcb01;hp=189c46fec1bbf2cb7383096418da4b5649f94d97;hpb=2c2e9a297f59c110ddd4adef6293fe80f39f15b7;p=collectd.git diff --git a/src/powerdns.c b/src/powerdns.c index 189c46fe..164137ba 100644 --- a/src/powerdns.c +++ b/src/powerdns.c @@ -317,7 +317,6 @@ static void submit (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, "powerdns", sizeof (vl.plugin)); sstrncpy (vl.type, type, sizeof (vl.type));