diff options
| -rw-r--r-- | hcid/agent.c | 2 | 
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, | 
