]> git.ipfire.org Git - thirdparty/bind9.git/commit
reduce steps for negative caching
authorEvan Hunt <each@isc.org>
Thu, 27 Feb 2025 20:43:52 +0000 (12:43 -0800)
committerOndřej Surý <ondrej@isc.org>
Tue, 5 Aug 2025 10:16:36 +0000 (12:16 +0200)
commit51a4e00d1da97f34dfb70adc5057ff7da09fe4e8
treeb43db755f7de1c5e91ea7384172b25e97445c825
parent7371c4882a97dcc4f423fedc67b32b43183f5668
reduce steps for negative caching

whenever ncache_adderesult() was called, some preparatory code
was run first; this has now been moved into a single function
negcache() to reduce code duplication.
lib/dns/resolver.c