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

Commit 35c265a3 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 62abd4c8: am b0d30271: Merge "Fix formatting in 4df4dfed."

* commit '62abd4c8':
  Fix formatting in 4df4dfed.
parents 4dc88ea3 62abd4c8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -220,8 +220,9 @@ int SocketClient::sendDataLockedv(struct iovec *iov, int iovcnt) {

    sigaction(SIGPIPE, &old_action, &new_action);

    if ( e != 0 )
    if (e != 0) {
        errno = e;
    }
    return ret;
}