mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
wifi: use with libc in config update
This commit is contained in:
parent
28004bc9e6
commit
7a359f95a3
@ -206,7 +206,10 @@ struct Wlan_configration
|
|||||||
_activate_configuration();
|
_activate_configuration();
|
||||||
}
|
}
|
||||||
|
|
||||||
void _handle_update() { _update_configuration(); }
|
void _handle_update()
|
||||||
|
{
|
||||||
|
Libc::with_libc([&] () { _update_configuration(); });
|
||||||
|
}
|
||||||
|
|
||||||
Wlan_configration(Genode::Env &env)
|
Wlan_configration(Genode::Env &env)
|
||||||
:
|
:
|
||||||
|
Loading…
Reference in New Issue
Block a user