From 829f5dc298e424a8502354383bec067bef3672fb Mon Sep 17 00:00:00 2001 From: Christian Fetzer Date: Fri, 13 Sep 2013 17:28:36 +0200 Subject: [PATCH] obexd: Remove msg from MAP session structure The D-Bus message for a pending method call is now stored in the pending_request struct. --- obexd/client/map.c | 1 - 1 file changed, 1 deletion(-) diff --git a/obexd/client/map.c b/obexd/client/map.c index 8b56143b4..9fe872dfa 100644 --- a/obexd/client/map.c +++ b/obexd/client/map.c @@ -95,7 +95,6 @@ static const char * const filter_list[] = { struct map_data { struct obc_session *session; - DBusMessage *msg; GHashTable *messages; int16_t mas_instance_id; uint8_t supported_message_types; -- 2.11.0