From 67052fc64487f080489bb5a6d52c3028dc21046e Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sun, 31 Oct 1999 19:29:20 +0000 Subject: [PATCH] comment out dumping calls --- lib/dns/adb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/adb.c b/lib/dns/adb.c index f55e723488..3db5aa9d66 100644 --- a/lib/dns/adb.c +++ b/lib/dns/adb.c @@ -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]);