projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c16fa3
)
write_http plugin: send_buffer_fill is unsigned
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 23 Apr 2016 08:36:50 +0000
(10:36 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 23 Apr 2016 08:36:50 +0000
(10:36 +0200)
src/write_http.c
patch
|
blob
|
history
diff --git
a/src/write_http.c
b/src/write_http.c
index
9a40511
..
8dd37c4
100644
(file)
--- a/
src/write_http.c
+++ b/
src/write_http.c
@@
-240,7
+240,7
@@
static int wh_flush_nolock (cdtime_t timeout, wh_callback_t *cb) /* {{{ */
if (cb->format == WH_FORMAT_COMMAND)
{
- if (cb->send_buffer_fill
<
= 0)
+ if (cb->send_buffer_fill
=
= 0)
{
cb->send_buffer_init_time = cdtime ();
return (0);