]> git.ipfire.org Git - thirdparty/bind9.git/commit
remove ISC_LINK(link) property from fetchctx
authorColin Vidal <colin@isc.org>
Fri, 10 Jan 2025 16:31:46 +0000 (17:31 +0100)
committerColin Vidal <colin@isc.org>
Wed, 22 Jan 2025 09:56:09 +0000 (09:56 +0000)
commitc9529c0acb4651aecbdb4a8cfc75b63a455af579
tree5021da4e6c8ecdb04b0adae9ccbde89b8bc7d111
parent93e6e72eb6db29afa8a110cab5db78d0533682b8
remove ISC_LINK(link) property from fetchctx

Likely because of historical reasons, struct fetchctx does have a list
link property but is never used as a list. Remove this link property.
lib/dns/resolver.c