mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-21 20:12:37 +01:00
dbus: Enable the ObjectManager interface
This commit is contained in:
parent
25b35db4a3
commit
3e2562a5a8
@ -182,6 +182,9 @@ static void ready_callback(void *user_data)
|
|||||||
l_dbus_name_acquire(g_dbus, "net.connman.iwd", false, false, true,
|
l_dbus_name_acquire(g_dbus, "net.connman.iwd", false, false, true,
|
||||||
request_name_callback, NULL);
|
request_name_callback, NULL);
|
||||||
|
|
||||||
|
if (!l_dbus_object_manager_enable(g_dbus))
|
||||||
|
l_info("Unable to register the ObjectManager");
|
||||||
|
|
||||||
manager_init(g_dbus);
|
manager_init(g_dbus);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user