3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 10:29:03 +02:00

main: Update to the new ell API

This commit is contained in:
Denis Kenzior 2019-10-28 15:07:40 -05:00
parent 74e814a537
commit 480d678a85

View File

@ -184,7 +184,7 @@ static void request_name_callback(struct l_dbus *dbus, bool success,
goto fail_exit; goto fail_exit;
} }
if (!l_dbus_object_manager_enable(dbus)) if (!l_dbus_object_manager_enable(dbus, "/"))
l_warn("Unable to register the ObjectManager"); l_warn("Unable to register the ObjectManager");
/* TODO: Always request nl80211 for now, ignoring auto-loading */ /* TODO: Always request nl80211 for now, ignoring auto-loading */