Diff between 2ee7238d8f98df1c24f53d49c52eb15772eb7553 and ab156cd3c5e319e8a5c1ad7cd18692c1eb88c8bf

Changed Files

File Additions Deletions Status
obexd/plugins/mas.c +1 -0 modified

Full Patch

diff --git a/obexd/plugins/mas.c b/obexd/plugins/mas.c
index f17ebda..1b18059 100644
--- a/obexd/plugins/mas.c
+++ b/obexd/plugins/mas.c
@@ -811,6 +811,7 @@ static struct obex_mime_type_driver mime_msg_listing = {
 	.target = MAS_TARGET,
 	.target_size = TARGET_SIZE,
 	.mimetype = "x-bt/MAP-msg-listing",
+	.get_next_header = any_get_next_header,
 	.open = msg_listing_open,
 	.close = any_close,
 	.read = any_read,