am 1d4c4d42: am 44c1f012: Merge "Return error code when composing PDU fails"

* commit '1d4c4d42edb92a3dd82238eafef23a0bfa0267d3':
  Return error code when composing PDU fails
This commit is contained in:
Jean-Baptiste Queru
2012-02-17 13:22:56 -08:00
committed by Android Git Automerger

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();
}
/**