aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-05-23 15:07:39 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2018-05-23 15:07:39 -0700
commit137eb938b07f9785ef58cb18804192ec8d678edb (patch)
tree9d080cd6be00c47499ad4f74258e16d0f58944a4 /src/core
parentcff3f9fd150df8b7db5d169303733bcffda4bd46 (diff)
Address reviewer comments
Diffstat (limited to 'src/core')
-rw-r--r--src/core/ext/filters/client_channel/client_channel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/filters/client_channel/client_channel.cc b/src/core/ext/filters/client_channel/client_channel.cc
index fe00a3ec04..f21b28a53f 100644
--- a/src/core/ext/filters/client_channel/client_channel.cc
+++ b/src/core/ext/filters/client_channel/client_channel.cc
@@ -2952,7 +2952,7 @@ static void start_pick_locked(void* arg, grpc_error* ignored) {
GRPC_ERROR_CREATE_FROM_STATIC_STRING("Disconnected"));
return;
}
- if (GPR_LIKELY(!chand->started_resolving)) {
+ if (GPR_UNLIKELY(!chand->started_resolving)) {
start_resolving_locked(chand);
}
pick_after_resolver_result_start_locked(elem);