summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 867adc8)
raw | patch | inline | side by side (parent: 867adc8)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Tue, 26 Jul 2016 12:37:45 +0000 (14:37 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Tue, 26 Jul 2016 12:37:45 +0000 (14:37 +0200) |
src/write_http.c | patch | blob | history |
diff --git a/src/write_http.c b/src/write_http.c
index ac6ef2f513ecf4cb31da4317c3927b363e5f6262..2d8e5535c2db3c8261484bd2d41bdfbc57e2547f 100644 (file)
--- a/src/write_http.c
+++ b/src/write_http.c
@@ -457,7 +457,7 @@ static int wh_write_json (const data_set_t *ds, const value_list_t *vl, /* {{{ *
&cb->send_buffer_fill,
&cb->send_buffer_free,
ds, vl, cb->store_rates);
- if (status == (-ENOMEM))
+ if (status == -ENOMEM)
{
status = wh_flush_nolock (/* timeout = */ 0, cb);
if (status != 0)