comment out dumping calls

This commit is contained in:
Bob Halley
1999-10-31 19:29:20 +00:00
parent 15a5f6eb8f
commit 67052fc644

View File

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