diff --git a/modules/module-si-standard-link.c b/modules/module-si-standard-link.c index d6926f250e3ef8785c4692b3fa703494b29379e7..b5354aa420eee60e76b8c43d43e56d9b3abe68d0 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");