diff --git a/modules/module-si-standard-link.c b/modules/module-si-standard-link.c index d6926f25..b5354aa4 100644 --- a/modules/module-si-standard-link.c +++ b/modules/module-si-standard-link.c @@ -155,7 +155,7 @@ si_standard_link_configure (WpSessionItem * item, WpProperties * p) self->out_item_port_context = wp_properties_get (si_props, "out.item.port.context"); - self->out_item_port_context = wp_properties_get (si_props, + self->in_item_port_context = wp_properties_get (si_props, "in.item.port.context"); str = wp_properties_get (si_props, "manage.lifetime");