mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
dynamic_rom: fix returned condition
This commit is contained in:
@@ -252,7 +252,7 @@ struct Dynamic_rom::Main
|
||||
Xml_node config = Genode::config()->xml_node();
|
||||
|
||||
return config.has_attribute("verbose")
|
||||
& config.attribute("verbose").has_value("yes");
|
||||
&& config.attribute("verbose").has_value("yes");
|
||||
}
|
||||
|
||||
bool verbose = _verbose_config();
|
||||
|
||||
Reference in New Issue
Block a user