aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/client_config/subchannel.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-04-05 17:15:07 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-04-05 17:15:07 -0700
commitf82ddc4c78ed602ff2135a45804d8fb3415198a6 (patch)
tree08d353378e6332f2ebd5499ce830ab90d44d2952 /src/core/ext/client_config/subchannel.c
parent859fb06e80d63255ba614ad8c7fc91df50bd101b (diff)
Nailing down dependencies better
Diffstat (limited to 'src/core/ext/client_config/subchannel.c')
-rw-r--r--src/core/ext/client_config/subchannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/client_config/subchannel.c b/src/core/ext/client_config/subchannel.c
index 20cf245a5b..4d74eb9811 100644
--- a/src/core/ext/client_config/subchannel.c
+++ b/src/core/ext/client_config/subchannel.c
@@ -548,7 +548,7 @@ static void publish_transport_locked(grpc_exec_ctx *exec_ctx,
/* construct channel stack */
con = grpc_channel_init_create_stack(
exec_ctx, GRPC_CLIENT_SUBCHANNEL, 0, c->connecting_result.channel_args, 1,
- connection_destroy, NULL, c->connecting_result.transport);
+ connection_destroy, NULL, c->connecting_result.transport, NULL);
stk = CHANNEL_STACK_FROM_CONNECTION(con);
memset(&c->connecting_result, 0, sizeof(c->connecting_result));