From: oetiker Date: Sat, 21 Mar 2009 09:55:30 +0000 (+0000) Subject: rrd_flush is not necessary here this used to ba a call to fflush which is something... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a611dedb56c636c13c041323b8d37550a2eb9dfc;p=rrdtool.git rrd_flush is not necessary here this used to ba a call to fflush which is something different anyway. git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3/program@1761 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_hw.c b/src/rrd_hw.c index c536a35..c9a5b1f 100644 --- a/src/rrd_hw.c +++ b/src/rrd_hw.c @@ -168,7 +168,7 @@ int apply_smoother( free(rrd_values); return -1; } - rrd_flush(rrd_file); + /* could read all data in a single block, but we need to * check for NA values */ for (i = 0; i < row_count; ++i) {