mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-28 09:38:53 +00:00
libc: fix config parsing in vfs_plugin
The Xml_node contains already only the libc sub_node. Issue #2306 Broken due to commit: libc: remove global config accessor Issue #2280.
This commit is contained in:
parent
b05b5616c8
commit
1d36ecc13f
@ -91,7 +91,7 @@ namespace Libc {
|
|||||||
Genode::Xml_node config() __attribute__((weak));
|
Genode::Xml_node config() __attribute__((weak));
|
||||||
Genode::Xml_node config()
|
Genode::Xml_node config()
|
||||||
{
|
{
|
||||||
return _config_node->sub_node("libc");
|
return *_config_node;
|
||||||
}
|
}
|
||||||
|
|
||||||
class Config_attr
|
class Config_attr
|
||||||
|
Loading…
Reference in New Issue
Block a user