Merge pull request #308 from ctiller/asan

Fix initialization compile error
pull/311/head
Nicolas Noble 10 years ago
commit 16c7d4d1af
  1. 2
      test/core/fling/client.c

@ -113,7 +113,7 @@ int main(int argc, char **argv) {
char *target = "localhost:443";
gpr_cmdline *cl;
char *scenario_name = "ping-pong-request";
scenario sc = {NULL};
scenario sc = {NULL, NULL, NULL};
GPR_ASSERT(argc >= 1);
fake_argv[0] = argv[0];

Loading…
Cancel
Save