=== modified file 'src/main.cc'
--- src/main.cc	2009-06-28 08:11:27 +0000
+++ src/main.cc	2009-07-11 07:31:13 +0000
@@ -775,15 +775,6 @@
 static void
 mainRotate(void)
 {
-    icmpEngine.Close();
-#if USE_DNSSERVERS
-
-    dnsShutdown();
-#endif
-
-    redirectShutdown();
-    authenticateShutdown();
-    externalAclShutdown();
     _db_rotate_log();		/* cache.log */
     storeDirWriteCleanLogs(1);
     storeLogRotate();		/* store.log */
@@ -791,19 +782,8 @@
     useragentRotateLog();	/* useragent.log */
     refererRotateLog();		/* referer.log */
 #if WIP_FWD_LOG
-
     fwdLogRotate();
 #endif
-
-    icmpEngine.Open();
-#if USE_DNSSERVERS
-
-    dnsInit();
-#endif
-
-    redirectInit();
-    authenticateInit(&Config.authConfiguration);
-    externalAclInit();
 }
 
 static void


