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
1 changed files with 1 additions and 1 deletions

View File

@ -2186,7 +2186,7 @@ static void ready_callback(void *user_data)
l_dbus_name_acquire(dbus, HWSIM_SERVICE, false, false, true,
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");
}