]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove helpers from rotate actions
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 11 Jul 2009 09:35:09 +0000 (21:35 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 11 Jul 2009 09:35:09 +0000 (21:35 +1200)
src/main.cc

index 2c785168d515d8d4b7707759816ab148ae3a1fcd..698977fea7269e57d7874273779f64c153c9b4b9 100644 (file)
@@ -775,15 +775,6 @@ mainReconfigureFinish(void *)
 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 @@ mainRotate(void)
     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