summaryrefslogtreecommitdiffstats
path: root/hcid
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2008-04-07 20:50:55 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2008-04-07 20:50:55 +0000
commit4b9108cea90e4df390092883976b4d3988f0622e (patch)
tree40f9e7500cfa2dd07a4c1a9682085f9dd38874d2 /hcid
parent326c4aedcfa9f7087b9c87614901f41a32f71c63 (diff)
agent Authorize: fixed wrong argument type
Diffstat (limited to 'hcid')
-rw-r--r--hcid/agent.c2
1 files changed, 1 insertions, 1 deletions
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,