From 2168a48f8f05562fcd51f17744ead7d1c48e910f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 13 Mar 2008 23:01:34 +0000 Subject: Add support for having the new manager interface on root path --- hcid/dbus-common.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hcid/dbus-common.c') diff --git a/hcid/dbus-common.c b/hcid/dbus-common.c index d3d3a151..a277b401 100644 --- a/hcid/dbus-common.c +++ b/hcid/dbus-common.c @@ -337,6 +337,11 @@ int hcid_dbus_init(void) if (!conn) return -1; + if (hcid_dbus_use_experimental()) { + debug("Registering experimental manager path"); + dbus_connection_create_object_path(conn, "/", NULL, NULL); + } + if (!dbus_connection_create_object_path(conn, BASE_PATH, NULL, NULL)) return -1; -- cgit