am 44c1f012
: Merge "Return error code when composing PDU fails"
* commit '44c1f012c4ffa75853a068963b212ee1c965b6ea': Return error code when composing PDU fails
This commit is contained in:
committed by
Android Git Automerger
commit
1d4c4d42ed
@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user