commit | 6fe1963236f04ba94b4304f17e194ca54984aef0 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Thu Jun 24 15:50:12 2021 -0700 |
committer | Yifan Hong <elsk@google.com> | Thu Jun 24 15:50:21 2021 -0700 |
tree | c9de656b20b7d3bfbbbaec155116bff6768e88ec | |
parent | f2acc8dc6149e11fbf63e92977b7451417c66be3 [diff] [blame] |
RpcServer: Don't shadow local var Test: pass Change-Id: Ied32f20b186f64fedfc22adf7a9038221405dce0
diff --git a/libs/binder/RpcServer.cpp b/libs/binder/RpcServer.cpp index a8f3fa8..2a87ae4 100644 --- a/libs/binder/RpcServer.cpp +++ b/libs/binder/RpcServer.cpp
@@ -278,7 +278,7 @@ return; } - RpcAddress sessionId = RpcAddress::zero(); + sessionId = RpcAddress::zero(); size_t tries = 0; do { // don't block if there is some entropy issue