From: Amos Jeffries Date: Sat, 11 Jul 2009 09:35:09 +0000 (+1200) Subject: Remove helpers from rotate actions X-Git-Tag: SQUID_3_2_0_1~741^2~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a90cf83bf65498e0a9838e91cb39e4db7f40304;p=thirdparty%2Fsquid.git Remove helpers from rotate actions --- diff --git a/src/main.cc b/src/main.cc index 2c785168d5..698977fea7 100644 --- a/src/main.cc +++ b/src/main.cc @@ -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