diff options
author | David Garcia Quintas <dgq@google.com> | 2016-02-18 15:13:54 -0800 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-02-18 15:13:54 -0800 |
commit | 2173eea18b432c036a50f6b50cb4682f87740a2d (patch) | |
tree | c7160906eeee7fedb233017f610b373401b86996 /test/core | |
parent | a8bb0bfc3eb9eef0dc5747cdfe74f21bb3fd087b (diff) | |
parent | 1fd052f43c6d12fa451309264dc7fec2e4faccd7 (diff) |
Merge branch 'master' of github.com:grpc/grpc into codegen_lib
Diffstat (limited to 'test/core')
-rw-r--r-- | test/core/end2end/fixtures/h2_uchannel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/fixtures/h2_uchannel.c b/test/core/end2end/fixtures/h2_uchannel.c index 5ab64f9800..dbdd3524ed 100644 --- a/test/core/end2end/fixtures/h2_uchannel.c +++ b/test/core/end2end/fixtures/h2_uchannel.c @@ -159,7 +159,7 @@ static grpc_subchannel *subchannel_factory_create_subchannel( c->base.vtable = &connector_vtable; gpr_ref_init(&c->refs, 1); args->args = final_args; - s = grpc_subchannel_create(&c->base, args); + s = grpc_subchannel_create(exec_ctx, &c->base, args); grpc_connector_unref(exec_ctx, &c->base); grpc_channel_args_destroy(final_args); if (*f->sniffed_subchannel) { |