]> git.ipfire.org Git - thirdparty/bind9.git/commit
remove validator link form fetchctx
authorColin Vidal <colin@isc.org>
Thu, 9 Jan 2025 11:01:28 +0000 (12:01 +0100)
committerColin Vidal <colin@isc.org>
Wed, 22 Jan 2025 09:56:09 +0000 (09:56 +0000)
commit93e6e72eb6db29afa8a110cab5db78d0533682b8
tree8c1a41cc44a7235f4c3554513c6e3b4f43d678c2
parent87b0c1c1a02774b3f1c6ea9c31fee2521308f78e
remove validator link form fetchctx

struct fetchctx does have a list of pending validators as well as a
pointer to the HEAD validator. Remove the validator pointer to avoid
confusion, as there is no perticular reasons to have it directly
accessible outside of the list.
lib/dns/include/dns/resolver.h
lib/dns/resolver.c