2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

fixup! Merge branch 'ondrej/light-cleanup-of-rdataslab' into 'main'

This commit is contained in:
Aram Sargsyan
2024-05-24 15:42:41 +00:00
committed by Ondřej Surý
parent 3feabc8a22
commit 4d3c31b928

View File

@@ -196,7 +196,11 @@ cache_cleanup(dns_cache_t *cache) {
cache_destroy(cache);
}
#if DNS_CACHE_TRACE
ISC_REFCOUNT_TRACE_IMPL(dns_cache, cache_cleanup);
#else
ISC_REFCOUNT_IMPL(dns_cache, cache_cleanup);
#endif
void
dns_cache_attachdb(dns_cache_t *cache, dns_db_t **dbp) {