From 37f937248cb8f16dfa726b2ef659ce7a3e930529 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Tue, 11 Mar 2008 19:53:11 +0000 Subject: CreateDevice: return object path instead of string --- hcid/adapter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hcid/adapter.c b/hcid/adapter.c index 832fb3e3..495b5b46 100644 --- a/hcid/adapter.c +++ b/hcid/adapter.c @@ -3344,7 +3344,7 @@ static void discover_services_cb(gpointer user_data, sdp_list_t *recs, int err) if (!reply) goto failed; - dbus_message_append_args(reply, DBUS_TYPE_STRING, &path, + dbus_message_append_args(reply, DBUS_TYPE_OBJECT_PATH, &path, DBUS_TYPE_INVALID); send_message_and_unref(adapter->create->conn, reply); -- cgit