]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
duplicate requestUnlink
authorwessels <>
Fri, 14 Aug 1998 00:26:17 +0000 (00:26 +0000)
committerwessels <>
Fri, 14 Aug 1998 00:26:17 +0000 (00:26 +0000)
src/forward.cc

index 7c316bf10ab615275e717f1716cd22e65c62e86d..dbbcb7dbb20bdfb377b11266bde2685f44b5a90f 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: forward.cc,v 1.21 1998/07/22 20:37:20 wessels Exp $
+ * $Id: forward.cc,v 1.22 1998/08/13 18:26:17 wessels Exp $
  *
  * DEBUG: section 17    Request Forwarding
  * AUTHOR: Duane Wessels
@@ -246,7 +246,6 @@ fwdStartFail(peer * peernotused, void *data)
     err = errorCon(ERR_CANNOT_FORWARD, HTTP_SERVICE_UNAVAILABLE);
     err->request = requestLink(fwdState->request);
     errorAppendEntry(fwdState->entry, err);
-    requestUnlink(fwdState->request);
     fwdStateFree(fwdState);
 }