From 927cc54f5825ba391a96d58014f754b01555db1a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 31 Oct 2019 07:34:15 +0100 Subject: [PATCH] tools: Adjust for changed l_dbus_object_manager_enable parameters --- tools/btpclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/btpclient.c b/tools/btpclient.c index 777513c3e..f9c693056 100644 --- a/tools/btpclient.c +++ b/tools/btpclient.c @@ -3129,7 +3129,7 @@ static void client_ready(struct l_dbus_client *client, void *user_data) static void ready_callback(void *user_data) { - if (!l_dbus_object_manager_enable(dbus)) + if (!l_dbus_object_manager_enable(dbus, "/")) l_info("Unable to register the ObjectManager"); } -- 2.47.3