X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcurl.c;h=cf2e816b8cade4afbc71efd8bf09c3c4aabe4e33;hb=51b24f4c2a15f3f97c2989a36be82e18843b449c;hp=6377780cc255d0fb54760d144bccc09dc233b7ab;hpb=a5a33953ba9c8ca6a17531df5fa17181d59467c5;p=collectd.git diff --git a/src/curl.c b/src/curl.c index 6377780c..cf2e816b 100644 --- a/src/curl.c +++ b/src/curl.c @@ -686,7 +686,7 @@ static int cc_read_page (web_page_t *wp) /* {{{ */ if (wp->response_time) cc_submit_response_time (wp, cdtime() - start); if (wp->stats != NULL) - curl_stats_dispatch (wp->stats, wp->curl, hostname_g, "curl", wp->instance, NULL); + curl_stats_dispatch (wp->stats, wp->curl, hostname_g, "curl", wp->instance); if(wp->response_code) {