fix some missing rrd_flushcached instances -- kevin
[rrdtool.git] / bindings / ruby / main.c
index 4aa5473..355625f 100644 (file)
@@ -148,7 +148,7 @@ VALUE rb_rrd_flushcached(
     VALUE self,
     VALUE args)
 {
-    return rrd_call(rrd_cmd_flush, args);
+    return rrd_call(rrd_flushcached, args);
 }