]> git.ipfire.org Git - thirdparty/bind9.git/commit
clean up unnecessary dbiterator code related to origin
authorEvan Hunt <each@isc.org>
Mon, 29 Apr 2024 21:57:42 +0000 (14:57 -0700)
committerEvan Hunt <each@isc.org>
Tue, 30 Apr 2024 19:42:32 +0000 (12:42 -0700)
commit7ff43befb7fa83a59d0222e663e97c73a7bf8585
treec5dd3399e7c29577e7b0a66d4a2e3aac71956d55
parent85ab92b6e0dbd4a99c5be1d962944b2b0f6411e8
clean up unnecessary dbiterator code related to origin

the QP database doesn't support relative names as the RBTDB did, so
there's no need for a 'new_origin' flag or to handle `DNS_R_NEWORIGIN`
result codes.
lib/dns/qpcache.c