mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
incorrect function name in debug tracing output
This commit is contained in:
@@ -2691,7 +2691,7 @@ dns_adb_destroyfind(dns_adbfind_t **findp)
|
|||||||
|
|
||||||
LOCK(&find->lock);
|
LOCK(&find->lock);
|
||||||
|
|
||||||
DP(DEF_LEVEL, "dns_adb_done on find %p", find);
|
DP(DEF_LEVEL, "dns_adb_destroyfind on find %p", find);
|
||||||
|
|
||||||
adb = find->adb;
|
adb = find->adb;
|
||||||
REQUIRE(DNS_ADB_VALID(adb));
|
REQUIRE(DNS_ADB_VALID(adb));
|
||||||
|
Reference in New Issue
Block a user