]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
DW:
authorwessels <>
Mon, 29 May 2000 07:22:24 +0000 (07:22 +0000)
committerwessels <>
Mon, 29 May 2000 07:22:24 +0000 (07:22 +0000)
 - oof.  I thought this got changed and committed in the last patch.
   At this point we need to unregister http->old_sc, instead of
   http->sc.

src/client_side.cc

index b71c685f52f74e8d841df5c8ece26219ae8b9970..c1ec5d24858c7fceea3c7c239f2d8c53f6ab22bb 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side.cc,v 1.486 2000/05/29 00:52:31 wessels Exp $
+ * $Id: client_side.cc,v 1.487 2000/05/29 01:22:24 wessels Exp $
  *
  * DEBUG: section 33    Client-side Routines
  * AUTHOR: Duane Wessels
@@ -757,7 +757,7 @@ httpRequestFree(void *data)
      * code in clientHandleIMSReply() */
     if ((e = http->old_entry)) {
        http->old_entry = NULL;
-       storeUnregister(http->sc, e, http);
+       storeUnregister(http->old_sc, e, http);
        http->old_sc = NULL;
        storeUnlockObject(e);
     }