From: loginator17 Date: Wed, 1 Oct 2014 09:01:53 +0000 (+0100) Subject: write_http.c - removed duplicate line X-Git-Tag: collectd-5.5.0~57^2~4^2~5 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=97059f09db24b6ff3f1c40a66814ceca84b817f5;p=collectd.git write_http.c - removed duplicate line --- diff --git a/src/write_http.c b/src/write_http.c index 08cf3894..7e5534cf 100644 --- a/src/write_http.c +++ b/src/write_http.c @@ -357,8 +357,6 @@ static int wh_write_command (const data_set_t *ds, const value_list_t *vl, /* {{ return (-1); } - cb->interval = CDTIME_T_TO_TIME_T(vl->interval); - pthread_mutex_lock (&cb->send_lock); if (cb->curl == NULL)