Transfer is registered with id as cid, but authorize method is called with id as pointer to obex session structure --- src/manager.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/manager.c b/src/manager.c index 846f8a0..87010c4 100644 --- a/src/manager.c +++ b/src/manager.c @@ -539,7 +539,7 @@ int manager_request_authorization(struct obex_session *os, int32_t time, if (err < 0) return err; - path = g_strdup_printf("/transfer%u", GPOINTER_TO_UINT(os)); + path = g_strdup_printf("/transfer%u", os->id); msg = dbus_message_new_method_call(agent->bus_name, agent->path, "org.openobex.Agent", "Authorize"); -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html