Don't just blindly upgrade to VALIDATING if we see a SECURE answer.
authorflorian <florian@openbsd.org>
Sat, 23 Jan 2021 16:27:24 +0000 (16:27 +0000)
committerflorian <florian@openbsd.org>
Sat, 23 Jan 2021 16:27:24 +0000 (16:27 +0000)
commit5df3f0b055646f69a626855be703bc85f08c8c22
tree8d25c6a5646da0f7894e44305de6b5e497ccd38f
parent1997d66f4fc0e870de13f20439a916e5ebccc82d
Don't just blindly upgrade to VALIDATING if we see a SECURE answer.
Let's go through the check_resolver() / new_resolver() code path
which will also hook up the resovler to the shared cache.
This means also one less special case for upcomming DNS64 support.
sbin/unwind/resolver.c