]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Fix a bug in the static-stub implementation
authorMark Andrews <marka@isc.org>
Tue, 1 Oct 2024 01:26:56 +0000 (01:26 +0000)
committerMark Andrews <marka@isc.org>
Tue, 1 Oct 2024 01:26:56 +0000 (01:26 +0000)
commit3304e1dc769f97c81d1334da5fc5d1ac53c437cb
treede415c9d1965f14ad0fb6932dda000c65f5213ec
parent4d759a251b924db0c4398b5627b75118bf9830e4
parentb3a2c790f3cd6d4257a7434963804a142816962e
fix: usr: Fix a bug in the static-stub implementation

Static-stub addresses and addresses from other sources were being
mixed together, resulting in static-stub queries going to addresses
not specified in the configuration, or alternatively, static-stub
addresses being used instead of the correct server addresses.

Closes #4850

Merge branch '4850-add-an-additional-class-of-names-to-adb' into 'main'

See merge request isc-projects/bind9!9314