Skip to content
Snippets Groups Projects
Commit 45bc38d1 authored by Mark D. Roth's avatar Mark D. Roth
Browse files

Fix build.

parent 863113a0
No related branches found
No related tags found
No related merge requests found
...@@ -613,7 +613,7 @@ static void test_pending_calls(size_t concurrent_calls) { ...@@ -613,7 +613,7 @@ static void test_pending_calls(size_t concurrent_calls) {
static void test_get_channel_info() { static void test_get_channel_info() {
grpc_channel *channel = grpc_channel *channel =
grpc_insecure_channel_create("ipv4:127.0.0.1:1234", &args, NULL); grpc_insecure_channel_create("ipv4:127.0.0.1:1234", NULL, NULL);
// Ensures that resolver returns. // Ensures that resolver returns.
grpc_channel_check_connectivity_state(channel, true /* try_to_connect */); grpc_channel_check_connectivity_state(channel, true /* try_to_connect */);
// First, request no fields. This is a no-op. // First, request no fields. This is a no-op.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment