]> git.ipfire.org Git - thirdparty/bind9.git/commit
Clean up the search part in qpcache_find()
authorOndřej Surý <ondrej@isc.org>
Sun, 2 Feb 2025 19:36:13 +0000 (20:36 +0100)
committerEvan Hunt <each@isc.org>
Tue, 18 Feb 2025 20:15:00 +0000 (20:15 +0000)
commit3b2fe808c4892dc673dec7a5c9e14af6d9cf80ea
treeff331007b46cd3be164df20d00114e835bd53ccb
parentbfb219ac2dcaf5fe47464e9176d1368cafbaeaf9
Clean up the search part in qpcache_find()

Slightly refactor the header search in qpcache_find(), so the scope
level is reduced and the cname parts are logically grouped together.
lib/dns/qpcache.c