mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
parent
a5d0f6a2af
commit
47730f9a6e
@ -239,6 +239,10 @@ void Init::Child::_apply_resource_upgrade(QUOTA &assigned, QUOTA const configure
|
||||
|
||||
void Init::Child::apply_upgrade()
|
||||
{
|
||||
/* pd_session_cap of exited child is invalid and unusable for transfers */
|
||||
if (_exited)
|
||||
return;
|
||||
|
||||
if (_resources.effective_ram_quota().value == 0)
|
||||
warning(name(), ": no valid RAM quota defined");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user