From 4b9108cea90e4df390092883976b4d3988f0622e Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Mon, 7 Apr 2008 20:50:55 +0000 Subject: agent Authorize: fixed wrong argument type --- hcid/agent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hcid/agent.c b/hcid/agent.c index 25079908..af350661 100644 --- a/hcid/agent.c +++ b/hcid/agent.c @@ -279,7 +279,7 @@ static DBusPendingCall *agent_call_authorize(struct agent *agent, dbus_message_append_args(message, DBUS_TYPE_OBJECT_PATH, &device_path, - DBUS_TYPE_OBJECT_PATH, &uuid, + DBUS_TYPE_STRING, &uuid, DBUS_TYPE_INVALID); if (dbus_connection_send_with_reply(connection, message, -- cgit