From: Christian Fetzer Date: Fri, 13 Sep 2013 15:28:36 +0000 (+0200) Subject: obexd: Remove msg from MAP session structure X-Git-Tag: android-x86-4.4-r3~7617 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=829f5dc298e424a8502354383bec067bef3672fb;p=android-x86%2Fexternal-bluetooth-bluez.git obexd: Remove msg from MAP session structure The D-Bus message for a pending method call is now stored in the pending_request struct. --- 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;