mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 08:21:08 +00:00
init: Do not abort on invalid (re-)configurations
This commit is contained in:
parent
cc975f26c4
commit
511a655efb
@ -254,7 +254,7 @@ int main(int, char **)
|
|||||||
parent_services.remove_all();
|
parent_services.remove_all();
|
||||||
|
|
||||||
/* reload config */
|
/* reload config */
|
||||||
config()->reload();
|
try { config()->reload(); } catch (...) { }
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user