From: wessels <> Date: Fri, 21 Aug 1998 14:41:56 +0000 (+0000) Subject: removed DONT code X-Git-Tag: SQUID_3_0_PRE1~2814 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00bd83b7b63508c2ca9b3ccc0d4b20adaae99048;p=thirdparty%2Fsquid.git removed DONT code --- diff --git a/src/fqdncache.cc b/src/fqdncache.cc index 72a3696538..f8e26bd505 100644 --- a/src/fqdncache.cc +++ b/src/fqdncache.cc @@ -1,7 +1,7 @@ /* - * $Id: fqdncache.cc,v 1.111 1998/07/31 21:15:58 wessels Exp $ + * $Id: fqdncache.cc,v 1.112 1998/08/21 08:41:56 wessels Exp $ * * DEBUG: section 35 FQDN Cache * AUTHOR: Harvest Derived @@ -789,12 +789,6 @@ fqdncache_restart(void) continue; if (this->status == FQDN_NEGATIVE_CACHED) continue; -#if DONT - /* else its PENDING or DISPATCHED; there are no dnsservers - * running, so abort it */ - this->status = FQDN_NEGATIVE_CACHED; - fqdncache_release(this); -#endif } fqdncache_high = (long) (((float) MAX_FQDN * (float) FQDN_HIGH_WATER) / (float) 100); diff --git a/src/ipcache.cc b/src/ipcache.cc index 9231b12a25..7749b508f6 100644 --- a/src/ipcache.cc +++ b/src/ipcache.cc @@ -1,6 +1,6 @@ /* - * $Id: ipcache.cc,v 1.198 1998/07/31 21:15:57 wessels Exp $ + * $Id: ipcache.cc,v 1.199 1998/08/21 08:41:57 wessels Exp $ * * DEBUG: section 14 IP Cache * AUTHOR: Harvest Derived @@ -946,12 +946,6 @@ ipcache_restart(void) continue; if (this->status == IP_NEGATIVE_CACHED) continue; -#if DONT - /* else its PENDING or DISPATCHED; there are no dnsservers - * running, so abort it */ - this->status = IP_NEGATIVE_CACHED; - ipcache_release(this); -#endif } /* recalculate these while we're at it */ ipcache_high = (long) (((float) Config.ipcache.size *