mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
parent
c9272937e7
commit
eee0bf5ab2
@ -659,8 +659,10 @@ class Init::Child : Genode::Child_policy
|
||||
target.attribute("name").value(server_name, sizeof(server_name));
|
||||
|
||||
Genode::Server *server = _name_registry->lookup_server(server_name);
|
||||
if (!server)
|
||||
if (!server) {
|
||||
PWRN("%s: invalid route to non-existing server \"%s\"", name(), server_name);
|
||||
return 0;
|
||||
}
|
||||
|
||||
service = _child_services->find(service_name, server);
|
||||
if (service)
|
||||
|
Loading…
Reference in New Issue
Block a user