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

wired: Update to the new ell api

This commit is contained in:
Denis Kenzior 2019-10-28 15:07:25 -05:00
parent fb76ca1f1c
commit 161d1c8d78

View File

@ -71,7 +71,7 @@ static void request_name_callback(struct l_dbus *dbus, bool success,
return;
}
if (!l_dbus_object_manager_enable(dbus))
if (!l_dbus_object_manager_enable(dbus, "/"))
l_warn("Unable to register ObjectManager interface");
if (info->app->ready)