diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-03-13 23:01:34 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-03-13 23:01:34 +0000 | 
| commit | 2168a48f8f05562fcd51f17744ead7d1c48e910f (patch) | |
| tree | 97337669f03d6cd4758b2a4b7e4735c123e0bfce /hcid/dbus-common.c | |
| parent | c02f77b6ef70f49d18b20e23caaccf685a150ea1 (diff) | |
Add support for having the new manager interface on root path
Diffstat (limited to 'hcid/dbus-common.c')
| -rw-r--r-- | hcid/dbus-common.c | 5 | 
1 files changed, 5 insertions, 0 deletions
| 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; | 
