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

Commit 5b409838 authored by Yifan Hong's avatar Yifan Hong Committed by Automerger Merge Worker
Browse files

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

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

Change-Id: I468cfdc777290ecec4b6073cf412d91863fd5a5e
parents 6ee486a3 53873097
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