]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
change key for locked+released entries
authorwessels <>
Fri, 16 May 1997 05:40:15 +0000 (05:40 +0000)
committerwessels <>
Fri, 16 May 1997 05:40:15 +0000 (05:40 +0000)
src/ipcache.cc

index 20f1e5c9e1bbdb028571ad3de5fe373466c825b3..6a5c954668fdd2bc538229c5b3b956296fbe2e2b 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: ipcache.cc,v 1.115 1997/05/15 01:18:45 wessels Exp $
+ * $Id: ipcache.cc,v 1.116 1997/05/15 23:40:15 wessels Exp $
  *
  * DEBUG: section 14    IP Cache
  * AUTHOR: Harvest Derived
@@ -237,6 +237,7 @@ ipcache_release(ipcache_entry * i)
        fatal_dump("ipcache_release: i != table_entry!");
     if (i->locks) {
        i->expires = squid_curtime;
+        ipcacheChangeKey(i);
        IpcacheStats.release_locked++;
        return;
     }