Allow a component to remove a port and any user to disconnect one
[babeltrace.git] / converter / babeltrace.c
index 3697fc59398e1716aa20f6d3ec0f670312651b2c..ecfbf5bee81060db7a09a493a20d280b90d72a58 100644 (file)
@@ -1174,7 +1174,7 @@ static int cmd_run(struct bt_config *cfg)
        while (true) {
                enum bt_graph_status graph_status;
 
-               graph_status = bt_graph_run(graph, NULL);
+               graph_status = bt_graph_run(graph);
                switch (graph_status) {
                case BT_GRAPH_STATUS_AGAIN:
                        /* Wait for an arbitraty 500 ms. */
This page took 0.023262 seconds and 4 git commands to generate.