Code

the call to rrd_flush has appeared when rrd_open was fleshed out. It used to be an...
[rrdtool-all.git] / program / src / rrd_hw.c
index 6f2c50732051c5c16dfbb8644904b968e8c40956..e6b23dbe189160b6743f11416e759d5939c1ca44 100644 (file)
@@ -166,7 +166,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) {