summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3ab91ca)
raw | patch | inline | side by side (parent: 3ab91ca)
author | loginator17 <loginator17@users.noreply.github.com> | |
Wed, 1 Oct 2014 09:01:53 +0000 (10:01 +0100) | ||
committer | loginator17 <loginator17@users.noreply.github.com> | |
Wed, 1 Oct 2014 09:01:53 +0000 (10:01 +0100) |
src/write_http.c | patch | blob | history |
diff --git a/src/write_http.c b/src/write_http.c
index 08cf38945f9d83e03b0a1f74fc6e9edd5f3fdf06..7e5534cf252fbc572801b1250cff5a8afb7891fd 100644 (file)
--- 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)