lib: graph.c: call bt_graph_consume_no_check() in bt_graph_run()
[babeltrace.git] / lib / graph / graph.c
index 0c18ef62bf7dbbfe42a9b5164845473bb0353265..cb197eed098414eba0698773c2823f5aec41d802 100644 (file)
@@ -529,7 +529,7 @@ enum bt_graph_status bt_graph_run(struct bt_graph *graph)
                        goto end;
                }
 
-               status = bt_graph_consume(graph);
+               status = bt_graph_consume_no_check(graph);
                if (status == BT_GRAPH_STATUS_AGAIN) {
                        /*
                         * If AGAIN is received and there are multiple
This page took 0.026132 seconds and 4 git commands to generate.