From: wessels <> Date: Wed, 21 Aug 1996 11:47:03 +0000 (+0000) Subject: call ipcache_purgelru() during idle timeouts X-Git-Tag: SQUID_3_0_PRE1~5948 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e05e88ef90dce54071a6445aed247c4a071b57e;p=thirdparty%2Fsquid.git call ipcache_purgelru() during idle timeouts --- diff --git a/src/main.cc b/src/main.cc index 643d55f6c3..065d19e329 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,5 +1,5 @@ /* - * $Id: main.cc,v 1.60 1996/08/19 22:44:54 wessels Exp $ + * $Id: main.cc,v 1.61 1996/08/21 05:47:03 wessels Exp $ * * DEBUG: section 1 Startup and Main Loop * AUTHOR: Harvest Derived @@ -586,6 +586,7 @@ int main(argc, argv) send_announce(); last_announce = squid_curtime; } + ipcache_purgelru(); /* house keeping */ break; case COMM_SHUTDOWN: