summaryrefslogtreecommitdiff
path: root/obexd
diff options
context:
space:
mode:
authorChristian Fetzer <christian.fetzer@bmw-carit.de>2013-09-13 17:28:36 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-09-16 12:59:55 +0300
commit829f5dc298e424a8502354383bec067bef3672fb (patch)
tree39fe56c409c76493f5f77cc00057b441674bd7f0 /obexd
parent0416930e7eb889caa0876d5257721f8225af6ded (diff)
obexd: Remove msg from MAP session structure
The D-Bus message for a pending method call is now stored in the pending_request struct.
Diffstat (limited to 'obexd')
-rw-r--r--obexd/client/map.c1
1 files changed, 0 insertions, 1 deletions
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;