mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
switch to dns_dbtable_detach
This commit is contained in:
parent
8d4257cff0
commit
137ef1611e
1 changed files with 1 additions and 1 deletions
|
|
@ -793,7 +793,7 @@ main(int argc, char *argv[]) {
|
|||
|
||||
unload_all();
|
||||
|
||||
dns_dbtable_destroy(&dbtable);
|
||||
dns_dbtable_detach(&dbtable);
|
||||
|
||||
if (!quiet)
|
||||
isc_mem_stats(mctx, stdout);
|
||||
|
|
|
|||
Loading…
Reference in a new issue