X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Ftext%2Fdetails%2Fdetails.c;h=34410187cb384adf6234ff6c6ba69af5770280c9;hb=ca02df0ad8ae9a1a3640956d91ca31059d0b203a;hp=47a29326313fe5b1aba827dbc07f654bb873b3a6;hpb=51f97fcc8c58d17aa224c150735f7e256e796f4e;p=babeltrace.git diff --git a/src/plugins/text/details/details.c b/src/plugins/text/details/details.c index 47a29326..34410187 100644 --- a/src/plugins/text/details/details.c +++ b/src/plugins/text/details/details.c @@ -453,8 +453,8 @@ details_graph_is_configured(bt_self_component_sink *comp) goto end; } - iterator = bt_self_component_port_input_message_iterator_create( - bt_self_component_sink_borrow_input_port_by_name(comp, + iterator = bt_self_component_port_input_message_iterator_create_from_sink_component( + comp, bt_self_component_sink_borrow_input_port_by_name(comp, in_port_name)); if (!iterator) { status = BT_COMPONENT_CLASS_SINK_GRAPH_IS_CONFIGURED_METHOD_STATUS_MEMORY_ERROR;