X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fwrite_graphite.c;h=0b8ab41c08bf10681c04987fd37c946c2dcb3a4c;hb=db35efb33e81d0a013e09a8a6ffa362ad5962f7c;hp=0fa8bc326a742d2a26c1249d7f5de8bebe2ecbe5;hpb=ff9e11ade5cfabf32c63fb19fc76cbbc4186bc5b;p=collectd.git diff --git a/src/write_graphite.c b/src/write_graphite.c index 0fa8bc32..0b8ab41c 100644 --- a/src/write_graphite.c +++ b/src/write_graphite.c @@ -180,7 +180,7 @@ static int wg_flush_nolock (cdtime_t timeout, struct wg_callback *cb) return (0); } - if (cb->send_buf_fill <= 0) + if (cb->send_buf_fill == 0) { cb->send_buf_init_time = cdtime (); return (0);