]> git.ipfire.org Git - thirdparty/bind9.git/commit
rename fetch response `db` field to `cache`
authorColin Vidal <colin@isc.org>
Sat, 24 Jan 2026 16:57:34 +0000 (17:57 +0100)
committerColin Vidal <colin@isc.org>
Tue, 10 Feb 2026 07:50:16 +0000 (08:50 +0100)
commite62cafd3c76a9bb6c37f796dce507dd9cb47d47f
treea52ccedebb5e7fbdc7c152e8a806e158406cbae3
parentfeed0fb43c6fa4bdd43e95b82e72181f7b77d31f
rename fetch response `db` field to `cache`

As the `dns_fetchresponse_t` `db` field can only be attached to the
resolver cache database, rename it into `cache` to avoid ambiguities.
bin/named/server.c
lib/dns/adb.c
lib/dns/client.c
lib/dns/include/dns/resolver.h
lib/dns/nta.c
lib/dns/resolver.c
lib/dns/validator.c
lib/dns/zonefetch.c
lib/ns/query.c