X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcurl.c;h=2160b980de5a18c3ca9a0f98a8ddf37469f18bf2;hb=ba2ee9aec4c0454eed8f29b4c6ce96c6fc372346;hp=31cda39a2514f8d0a1993d4482e8525dbdb35cb0;hpb=b96e6dd0fe5583ca809b66b2519e74081c79e4f3;p=collectd.git diff --git a/src/curl.c b/src/curl.c index 31cda39a..2160b980 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));