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

Commit 78c499c5 authored by Yifan Hong's avatar Yifan Hong Committed by Automerger Merge Worker
Browse files

Merge "RpcServer: Don't shadow local var" am: 53873097 am: 5b409838 am:...

Merge "RpcServer: Don't shadow local var" am: 53873097 am: 5b409838 am: 6e682678 am: 7d5df79e

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1747315

Change-Id: I860ca247c3e84b3e16e5a91cfc181fdc1874e322
parents 6259c9fe 7d5df79e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -278,7 +278,7 @@ void RpcServer::establishConnection(sp<RpcServer>&& server, base::unique_fd clie
                return;
            }

            RpcAddress sessionId = RpcAddress::zero();
            sessionId = RpcAddress::zero();
            size_t tries = 0;
            do {
                // don't block if there is some entropy issue