projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ab91ca
)
write_http.c - removed duplicate line
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
08cf389
..
7e5534c
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)