Skip to content
Snippets Groups Projects
Commit 16c7d4d1 authored by Nicolas Noble's avatar Nicolas Noble
Browse files

Merge pull request #308 from ctiller/asan

Fix initialization compile error
parents c0514d1f 4e551c4a
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ int main(int argc, char **argv) { ...@@ -113,7 +113,7 @@ int main(int argc, char **argv) {
char *target = "localhost:443"; char *target = "localhost:443";
gpr_cmdline *cl; gpr_cmdline *cl;
char *scenario_name = "ping-pong-request"; char *scenario_name = "ping-pong-request";
scenario sc = {NULL}; scenario sc = {NULL, NULL, NULL};
GPR_ASSERT(argc >= 1); GPR_ASSERT(argc >= 1);
fake_argv[0] = argv[0]; fake_argv[0] = argv[0];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment