mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-24 07:46:42 +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();
|
||||
|
||||
/* reload config */
|
||||
config()->reload();
|
||||
try { config()->reload(); } catch (...) { }
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user