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:
Alexander Boettcher 2017-03-03 10:56:05 +01:00 committed by Christian Helmuth
parent b05b5616c8
commit 1d36ecc13f

View File

@ -91,7 +91,7 @@ namespace Libc {
Genode::Xml_node config() __attribute__((weak));
Genode::Xml_node config()
{
return _config_node->sub_node("libc");
return *_config_node;
}
class Config_attr