]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
- removed storeDigestScheduleRebuild() call
authorrousskov <>
Wed, 22 Apr 1998 22:21:39 +0000 (22:21 +0000)
committerrousskov <>
Wed, 22 Apr 1998 22:21:39 +0000 (22:21 +0000)
src/main.cc

index b65da428b3f3dab8a9ac1d4e16054ceaffc4cd29..edacfc77683dcbfdd115fb4b670d08c63444702e 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: main.cc,v 1.245 1998/04/08 16:56:32 wessels Exp $
+ * $Id: main.cc,v 1.246 1998/04/22 16:21:39 rousskov Exp $
  *
  * DEBUG: section 1     Startup and Main Loop
  * AUTHOR: Harvest Derived
@@ -524,8 +524,6 @@ mainInitialize(void)
            eventAdd("start_announce", start_announce, NULL, 3600);
        eventAdd("ipcache_purgelru", ipcache_purgelru, NULL, 10);
        eventAdd("fqdncache_purgelru", fqdncache_purgelru, NULL, 15);
-       if (store_digest)
-           storeDigestScheduleRebuild();
     }
     configured_once = 1;
 }