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

Commit 6fe19632 authored by Yifan Hong's avatar Yifan Hong
Browse files

RpcServer: Don't shadow local var

Test: pass
Change-Id: Ied32f20b186f64fedfc22adf7a9038221405dce0
parent f2acc8dc
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