]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
undefined function from henriks patch
authorwessels <>
Wed, 5 May 1999 02:58:31 +0000 (02:58 +0000)
committerwessels <>
Wed, 5 May 1999 02:58:31 +0000 (02:58 +0000)
src/forward.cc

index 093e3ee9d0f70c9bff0c253c61dfe0ddaaed421d..fde59897cf19258b978c5369e50ab59fd3285e26 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: forward.cc,v 1.58 1999/05/04 20:49:38 wessels Exp $
+ * $Id: forward.cc,v 1.59 1999/05/04 20:58:31 wessels Exp $
  *
  * DEBUG: section 17    Request Forwarding
  * AUTHOR: Duane Wessels
@@ -210,8 +210,6 @@ fwdConnectTimeout(int fd, void *data)
        err->request = requestLink(fwdState->request);
        err->xerrno = ETIMEDOUT;
        fwdFail(fwdState, err);
-       if (fwdState->servers->peer)
-           peerConnectFailed(fwdState->servers->peer);
     }
     comm_close(fd);
 }