]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
call ipcache_purgelru() during idle timeouts
authorwessels <>
Wed, 21 Aug 1996 11:47:03 +0000 (11:47 +0000)
committerwessels <>
Wed, 21 Aug 1996 11:47:03 +0000 (11:47 +0000)
src/main.cc

index 643d55f6c30c6df279feb34586025d9eaf14ecc9..065d19e329129c431340e9cb348aaa7032a2cfd0 100644 (file)
@@ -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: