MAP: Handle GetMessageListing formatting for maxListcount 0.

No End of Body paramter required for GetMessageListing Response
packet when  maxListCount parmater value is 0 in Request packet.
CRs-fixed: 568409

Change-Id: I881b82130f66a20144abae3956a22b45f9d5d259
diff --git a/src/org/codeaurora/bluetooth/map/BluetoothMasObexServer.java b/src/org/codeaurora/bluetooth/map/BluetoothMasObexServer.java
index c2accc3..fef1386 100644
--- a/src/org/codeaurora/bluetooth/map/BluetoothMasObexServer.java
+++ b/src/org/codeaurora/bluetooth/map/BluetoothMasObexServer.java
@@ -1265,6 +1265,7 @@
             }
             return sendBody(op, appIfMsgListRsp.file);
         } else {
+            op.noEndofBody();
             return pushHeader(op, reply);
         }
     }