mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
incorrect function name in debug tracing output
This commit is contained in:
parent
f208c035a6
commit
2d083fead2
1 changed files with 1 additions and 1 deletions
|
|
@ -2691,7 +2691,7 @@ dns_adb_destroyfind(dns_adbfind_t **findp)
|
|||
|
||||
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;
|
||||
REQUIRE(DNS_ADB_VALID(adb));
|
||||
|
|
|
|||
Loading…
Reference in a new issue