]> git.ipfire.org Git - thirdparty/bind9.git/commit
simplify iterator_active()
authorEvan Hunt <each@isc.org>
Sun, 17 Aug 2025 20:53:04 +0000 (13:53 -0700)
committerOndřej Surý <ondrej@isc.org>
Mon, 18 Aug 2025 10:36:47 +0000 (12:36 +0200)
commit04d6412558db9b608add54541c26590167042269
treeb8e849746a5c9947a5fb5734d8b899504bce5f22
parentd7801aec7172047936c11138ae4dd304af58a1f2
simplify iterator_active()

the if statements calling iterator_active() checked the EXISTS
flag on the header and then iterator_active() checked it again.
simplify so only the caller checks it.
lib/dns/qpcache.c