* commit '1d4c4d42edb92a3dd82238eafef23a0bfa0267d3': Return error code when composing PDU fails
This commit is contained in:
committed by
Android Git Automerger
commit
058bd2ecbc
@@ -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