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

Fix build problem in test.

parent 8b4a70e3
No related branches found
No related tags found
No related merge requests found
......@@ -267,7 +267,7 @@ static grpc_end2end_test_fixture begin_test(grpc_end2end_test_config config,
gpr_log(GPR_INFO, "%s/%s", test_name, config.name);
f = config.create_fixture(client_args, server_args);
config.init_server(&f, server_args);
config.init_client(&f, client_args);
config.init_client(&f, client_args, NULL);
return f;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment