Skip to content

Commit

Permalink
Initialize variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
yang-g committed Jul 6, 2016
1 parent 2a16a02 commit f710ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/surface/server_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f710ba0

Please sign in to comment.