X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcurl.c;h=69a5b9561c12c0e0f58a9e0e9b16716f84e7f777;hb=7a6887ad7eef33e04bcb0720c213d05fd9be8a59;hp=214fb519e03322c479f67dd57ebf24993c960559;hpb=363c182af2404710a5946ea3d9bb93f29f7927c0;p=collectd.git diff --git a/src/curl.c b/src/curl.c index 214fb519..69a5b956 100644 --- a/src/curl.c +++ b/src/curl.c @@ -578,7 +578,6 @@ static void cc_submit (const web_page_t *wp, const web_match_t *wm, /* {{{ */ vl.values = values; vl.values_len = 1; - vl.time = time (NULL); sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "curl", sizeof (vl.plugin)); sstrncpy (vl.plugin_instance, wp->instance, sizeof (vl.plugin_instance)); @@ -597,7 +596,6 @@ static void cc_submit_response_time (const web_page_t *wp, double seconds) /* {{ vl.values = values; vl.values_len = 1; - vl.time = time (NULL); sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "curl", sizeof (vl.plugin)); sstrncpy (vl.plugin_instance, wp->instance, sizeof (vl.plugin_instance));