Skip to content
Snippets Groups Projects
Commit 9ef0cd81 authored by yang-g's avatar yang-g
Browse files

Initialize variable.

parent 19a51a91
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@ void test_bind_server_to_addr(const char *host, bool secure) {
}
static 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) {
......
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