mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-17 20:01:10 -04:00
comment out dumping calls
This commit is contained in:
parent
15a5f6eb8f
commit
67052fc644
1 changed files with 2 additions and 2 deletions
|
|
@ -679,7 +679,7 @@ shutdown_names(dns_adb_t *adb)
|
|||
UNLOCK(&adb->namelocks[bucket]);
|
||||
}
|
||||
|
||||
dump_adb(adb, stderr);
|
||||
/* dump_adb(adb, stderr); */
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
@ -2124,7 +2124,7 @@ dns_adb_createfind(dns_adb_t *adb, isc_task_t *task, isc_taskaction_t action,
|
|||
}
|
||||
}
|
||||
|
||||
dns_adb_dumpfind(find, stderr);
|
||||
/* dns_adb_dumpfind(find, stderr); */
|
||||
|
||||
if (bucket != DNS_ADB_INVALIDBUCKET)
|
||||
UNLOCK(&adb->namelocks[bucket]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue