3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-22 06:29:23 +01:00

hwsim: Update to the new ell API

This commit is contained in:
Denis Kenzior 2019-10-28 15:02:30 -05:00
parent 4fcb6c3cc6
commit fb76ca1f1c

View File

@ -2186,7 +2186,7 @@ static void ready_callback(void *user_data)
l_dbus_name_acquire(dbus, HWSIM_SERVICE, false, false, true, l_dbus_name_acquire(dbus, HWSIM_SERVICE, false, false, true,
request_name_callback, NULL); request_name_callback, NULL);
if (!l_dbus_object_manager_enable(dbus)) if (!l_dbus_object_manager_enable(dbus, "/"))
l_info("Unable to register the ObjectManager"); l_info("Unable to register the ObjectManager");
} }