aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-09-23 14:14:47 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-09-23 14:14:47 -0700
commitf0231ba07eff19085ef4cf53f4802ba23fddd2bb (patch)
tree2194eed17b6d75ad9f1a3fe68e011e51bb0b6433 /src/core
parent5461235bcd065d1214e43186687f733fc699a76a (diff)
Fix bug from merge.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/ext/client_config/client_channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/client_config/client_channel.c b/src/core/ext/client_config/client_channel.c
index e5ec69ab1a..50a7f4467f 100644
--- a/src/core/ext/client_config/client_channel.c
+++ b/src/core/ext/client_config/client_channel.c
@@ -183,7 +183,7 @@ static void on_resolver_result_changed(grpc_exec_ctx *exec_ctx, void *arg,
if (chand->incoming_resolver_result != NULL) {
grpc_lb_policy_args lb_policy_args;
lb_policy_args.server_name =
- grpc_resolver_result_get_server_name(chand->resolver_result);
+ grpc_resolver_result_get_server_name(chand->incoming_resolver_result);
lb_policy_args.addresses =
grpc_resolver_result_get_addresses(chand->incoming_resolver_result);
lb_policy_args.additional_args = grpc_resolver_result_get_lb_policy_args(