Merge "Return error code when composing PDU fails"

This commit is contained in:
Jean-Baptiste Queru
2012-02-17 11:36:51 -08:00
committed by android code review

View File

@@ -835,9 +835,7 @@ public class PduComposer {
appendOctet(PduHeaders.CONTENT_TYPE);
// Message body
makeMessageBody();
return PDU_COMPOSE_SUCCESS; // Composing the message is OK
return makeMessageBody();
}
/**