mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Norman Feske
parent
38de57be76
commit
ca32c11f4f
@@ -560,8 +560,10 @@ void Nitpicker::Main::_handle_config()
|
||||
try { _domain_registry.construct(_domain_registry_heap, config); }
|
||||
catch (...) { }
|
||||
|
||||
for (Session_component *s = _session_list.first(); s; s = s->next())
|
||||
for (Session_component *s = _session_list.first(); s; s = s->next()) {
|
||||
s->apply_session_policy(config, *_domain_registry);
|
||||
s->notify_mode_change();
|
||||
}
|
||||
|
||||
_view_stack.apply_origin_policy(_pointer_origin);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user