]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
removed DONT code
authorwessels <>
Fri, 21 Aug 1998 14:41:56 +0000 (14:41 +0000)
committerwessels <>
Fri, 21 Aug 1998 14:41:56 +0000 (14:41 +0000)
src/fqdncache.cc
src/ipcache.cc

index 72a3696538a9cbf73a98dbcd83ddc48fadb274bf..f8e26bd505822aee29d98b300e90578110b46fbf 100644 (file)
@@ -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);
index 9231b12a25104746513a89c50ca7fdb4cb0d1550..7749b508f6a13b4b6b20ee3133803c1a551d2ef9 100644 (file)
@@ -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 *