Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
markdroth committed Nov 17, 2016
1 parent 863113a commit 45bc38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/client_channel/lb_policies_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ static void test_pending_calls(size_t concurrent_calls) {

static void test_get_channel_info() {
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.
grpc_channel_check_connectivity_state(channel, true /* try_to_connect */);
// First, request no fields. This is a no-op.
Expand Down

0 comments on commit 45bc38d

Please sign in to comment.