From 747f87f61e2278381cb9da3b9b19b9ca39a0582b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 17 Dec 2002 10:05:00 +0000 Subject: Removed weird special multi interface condition that caused bug report #651464. --- lib/connect.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/connect.c b/lib/connect.c index 151864fd7..2c85dc157 100644 --- a/lib/connect.c +++ b/lib/connect.c @@ -663,12 +663,6 @@ CURLcode Curl_connecthost(struct connectdata *conn, /* context */ } if(0 != rc) { - if(data->state.used_interface == Curl_if_multi) { - /* When running the multi interface, we bail out here */ - rc = 0; - break; - } - /* get a new timeout for next attempt */ after = Curl_tvnow(); timeout_ms -= Curl_tvdiff(after, before); -- cgit v1.2.3