From fb76ca1f1cecbf5d82554fe6426825ec8d6f1a0b Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 28 Oct 2019 15:02:30 -0500 Subject: [PATCH] hwsim: Update to the new ell API --- tools/hwsim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/hwsim.c b/tools/hwsim.c index eed9903e..91963d54 100644 --- a/tools/hwsim.c +++ b/tools/hwsim.c @@ -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"); }