test/regress_http: fix compilation warnings (-Wmissing-field-initializers)

This commit is contained in:
Azat Khuzhin 2015-10-09 01:50:05 +03:00
parent f55db9856e
commit cd422e0927

View File

@ -1076,8 +1076,8 @@ http_persist_connection_test(void *arg)
}
static struct regress_dns_server_table search_table[] = {
{ "localhost", "A", "127.0.0.1", 0 },
{ NULL, NULL, NULL, 0 }
{ "localhost", "A", "127.0.0.1", 0, 0 },
{ NULL, NULL, NULL, 0, 0 }
};
static void
@ -3898,8 +3898,8 @@ http_terminate_chunked_oneshot_test(void *arg)
}
static struct regress_dns_server_table ipv6_search_table[] = {
{ "localhost", "AAAA", "::1", 0 },
{ NULL, NULL, NULL, 0 }
{ "localhost", "AAAA", "::1", 0, 0 },
{ NULL, NULL, NULL, 0, 0 }
};
static void