aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2018-03-30 14:44:27 -0700
committerGravatar Mark D. Roth <roth@google.com>2018-03-30 14:44:27 -0700
commitdb0a475df0f5f866af062177d9e190df9e0a5803 (patch)
tree8f3d6ab82775edf0dd6bd6e8972da0ab68b48c60 /src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
parent7c1b5db3bb000a7c69d9d8151c66fecbacce64c3 (diff)
more WIP
Diffstat (limited to 'src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc')
-rw-r--r--src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc b/src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
index b593f93d7b..5fd4cade9e 100644
--- a/src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
+++ b/src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
@@ -508,7 +508,7 @@ void PickFirst::PickFirstSubchannelData::ProcessConnectivityChangeLocked(
case GRPC_CHANNEL_READY: {
// Case 2. Promote p->latest_pending_subchannel_list_ to
// p->subchannel_list_.
- GetConnectedSubchannelFromSubchannelLocked();
+ SetConnectedSubchannelFromSubchannelLocked();
if (p->latest_pending_subchannel_list_ == subchannel_list()) {
GPR_ASSERT(p->subchannel_list_ != nullptr);
p->subchannel_list_->ShutdownLocked("finish_update");