Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d4c4d42 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

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

* commit '44c1f012':
  Return error code when composing PDU fails
parents 99ccf407 44c1f012
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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();
    }

    /**