]> git.ipfire.org Git - thirdparty/bind9.git/commit
Unify how we handle database version in the cache
authorOndřej Surý <ondrej@isc.org>
Sun, 2 Feb 2025 23:06:48 +0000 (00:06 +0100)
committerEvan Hunt <each@isc.org>
Tue, 18 Feb 2025 20:15:00 +0000 (20:15 +0000)
commitce9f6e68c345f359a288d0af5dfd8eb4a212ebbe
tree1e86d6d9ecdd1f9ef2f3e10eae243a7e2b0cf379
parent2d53796e288f37438034f5be576bb56cac9ed04c
Unify how we handle database version in the cache

Database versions are not used in cache databases. Some places in
qpcache.c required the version argument to be NULL; others marked it
as UNUSED. Unify all cases to require version to be NULL.
lib/dns/qpcache.c