mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 04:19:10 -04:00
test/regress_http: fix compilation warnings (-Wmissing-field-initializers)
This commit is contained in:
parent
f55db9856e
commit
cd422e0927
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user