From 413b26a719d402a30e61c8f93cf7cbf2f19375e3 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 17 May 2020 19:38:29 +0000 Subject: Fix resolveq_aaaaa If s6dns_resolveq_aaaaa gets nodata on the AAAA query for a qualified domain, it will now wait for the answer to the A query on the same qualified domain before returning. Even if it gets nodata, it still means that the domain exists, so it will not wait for results from other qualification attempts. --- src/libs6dns/s6dns_resolveq.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libs6dns/s6dns_resolveq.c') diff --git a/src/libs6dns/s6dns_resolveq.c b/src/libs6dns/s6dns_resolveq.c index a2933ee..3c1d22c 100644 --- a/src/libs6dns/s6dns_resolveq.c +++ b/src/libs6dns/s6dns_resolveq.c @@ -1,7 +1,9 @@ /* ISC license. */ #include + #include + #include #include #include -- cgit v1.2.3