From: Azat Khuzhin Date: Thu, 8 Oct 2015 22:50:05 +0000 (+0300) Subject: test/regress_http: fix compilation warnings (-Wmissing-field-initializers) X-Git-Tag: release-2.1.6-beta~90^2~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd422e0927eca7344e3b7e1013022a9a75a25972;p=libevent test/regress_http: fix compilation warnings (-Wmissing-field-initializers) --- diff --git a/test/regress_http.c b/test/regress_http.c index 9f56f503..05806b38 100644 --- a/test/regress_http.c +++ b/test/regress_http.c @@ -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