write_http.c - removed duplicate line
authorloginator17 <loginator17@users.noreply.github.com>
Wed, 1 Oct 2014 09:01:53 +0000 (10:01 +0100)
committerloginator17 <loginator17@users.noreply.github.com>
Wed, 1 Oct 2014 09:01:53 +0000 (10:01 +0100)
src/write_http.c

index 08cf389..7e5534c 100644 (file)
@@ -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)