]> git.ipfire.org Git - thirdparty/bind9.git/commit
Restore the RECURSIONOK attribute after staleonly
authorMatthijs Mekking <matthijs@isc.org>
Fri, 26 Mar 2021 14:18:01 +0000 (15:18 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 2 Apr 2021 08:02:40 +0000 (10:02 +0200)
commit3f81d79ffbfc3eb5bd6bf7d8663af5ab705db53b
treeb36e11d29d7eabc9fda68590326646cd28cbe6dd
parentaaed7f9d8c2465790d769221dfe8378c7147f5eb
Restore the RECURSIONOK attribute after staleonly

When doing a staleonly lookup we don't want to fallback to recursion.
After all, there are obviously problems with recursion, otherwise we
wouldn't do a staleonly lookup.

When resuming from recursion however, we should restore the
RECURSIONOK flag, allowing future required lookups for this client
to recurse.
lib/ns/query.c