mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
init: Do not abort on invalid (re-)configurations
This commit is contained in:
@@ -254,7 +254,7 @@ int main(int, char **)
|
||||
parent_services.remove_all();
|
||||
|
||||
/* reload config */
|
||||
config()->reload();
|
||||
try { config()->reload(); } catch (...) { }
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user