]> git.ipfire.org Git - thirdparty/bind9.git/commit
Getting the "prefetch" setting from the configuration cannot fail
authorAram Sargsyan <aram@isc.org>
Thu, 20 Oct 2022 10:38:50 +0000 (10:38 +0000)
committerAram Sargsyan <aram@isc.org>
Fri, 21 Oct 2022 10:30:56 +0000 (10:30 +0000)
commitc65c6ecee55e1cffc6dd606bb6210dbfdaf88efe
tree9d33048e4c874de5d59401593ab798790be892ac
parentee7179f4825aed41fbd8869c4966a7d5dfe482cc
Getting the "prefetch" setting from the configuration cannot fail

The "prefetch" setting is in "defaultconf" so it cannot fail, use
INSIST to confirm that.

The 'trigger' and 'eligible' variables are now prefixed with
'prefetch_' and their declaration moved to an upper level, because
there is no more additional code block after this change.

(cherry picked from commit 0227565cf18e2c79b6bcc2710487a799545ac800)
bin/named/server.c