Fix: src/lib/graph/graph.h: do not override `comp_status` value
[babeltrace.git] / src / lib / graph / graph.h
index 2f189f83f3fb3cf1a205c73ed069a1e457dbecb8..5cda8a1d69ce067da824a6fcdcb2ede250f4e8a7 100644 (file)
@@ -266,7 +266,6 @@ int bt_graph_configure(struct bt_graph *graph)
                                "Unexpected returned status: status=%s",
                                bt_common_func_status_string(comp_status));
                        if (comp_status != BT_FUNC_STATUS_OK) {
-                               comp_status = BT_FUNC_STATUS_ERROR;
                                if (comp_status < 0) {
                                        BT_LIB_LOGW_APPEND_CAUSE(
                                                "Component's \"graph is configured\" method failed: "
This page took 0.024674 seconds and 4 git commands to generate.