]> git.ipfire.org Git - thirdparty/bind9.git/commit
named -V doesn't need to parse default options
authorEvan Hunt <each@isc.org>
Sat, 25 Oct 2025 07:20:58 +0000 (00:20 -0700)
committerEvan Hunt <each@isc.org>
Wed, 29 Oct 2025 20:55:47 +0000 (13:55 -0700)
commit8921f472880833526d0c8afe8613a93ca650d2ff
treee873d5fef45bb5e21188281b8752f7a3ffddb580
parent7ff1b7ef21e0193cd53ad0504264f9fe95900af6
named -V doesn't need to parse default options

instead of parsing the default configuration to extract the
geoip-directory value, we can just construct the value the same way
it's done for the defaults.
bin/named/main.c