Skip to content
Snippets Groups Projects
Commit 8a67d39a authored by Craig Tiller's avatar Craig Tiller
Browse files

Integration compile fix

parent 753b3cbb
Branches
Tags
No related merge requests found
...@@ -78,7 +78,7 @@ static grpc_end2end_test_fixture chttp2_create_fixture_fullstack( ...@@ -78,7 +78,7 @@ static grpc_end2end_test_fixture chttp2_create_fixture_fullstack(
void chttp2_init_client_fullstack(grpc_end2end_test_fixture *f, void chttp2_init_client_fullstack(grpc_end2end_test_fixture *f,
grpc_channel_args *client_args) { grpc_channel_args *client_args) {
fullstack_fixture_data *ffd = f->fixture_data; fullstack_fixture_data *ffd = f->fixture_data;
f->client = grpc_channel_create(ffd->localaddr, client_args); f->client = grpc_insecure_channel_create(ffd->localaddr, client_args);
} }
void chttp2_init_server_fullstack(grpc_end2end_test_fixture *f, void chttp2_init_server_fullstack(grpc_end2end_test_fixture *f,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment