2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

switch to dns_dbtable_detach

This commit is contained in:
Bob Halley 1999-05-12 09:47:59 +00:00
parent 8d4257cff0
commit 137ef1611e

View File

@ -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);