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

Commit 7d5df79e 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: 6e682678

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

Change-Id: Iea22fcd508c8f435c50cf07e3ce035265dfbb2d3
parents 124001e1 6e682678
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