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

Commit 6f7ce9c3 authored by Dmitriy Filchenko's avatar Dmitriy Filchenko
Browse files

Trusty Binder: do not swallow errors from `sendTrustyMsg`

Bug: 415302667
Test: atest -c binderRpcToTrustyTest
Flag: EXEMPT bugfix
Change-Id: I1abd3e7be89dd6c438cfde0bae6d3de0095f9107
parent 406b9c97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -178,7 +178,7 @@ public:
            if (rc == NO_ERROR) {
                return currSize - cutSize;
            } else {
                return 0;
                return rc;
            }
        };