init another one

pull/7248/head
yang-g 9 years ago
parent f710ba0095
commit c7940ba9f0
  1. 2
      test/core/end2end/dualstack_socket_test.c

@ -273,7 +273,7 @@ void test_connect(const char *server_host, const char *client_host, int port,
}
int external_dns_works(const char *host) {
grpc_resolved_addresses *res;
grpc_resolved_addresses *res = NULL;
grpc_error *error = grpc_blocking_resolve_address(host, "80", &res);
GRPC_ERROR_UNREF(error);
if (res != NULL) {

Loading…
Cancel
Save