aboutsummaryrefslogtreecommitdiff
path: root/lib/multi.c
diff options
context:
space:
mode:
authorGokhan Sengun <gokhansengun@gmail.com>2011-12-06 23:41:24 +0100
committerDaniel Stenberg <daniel@haxx.se>2011-12-07 15:37:05 +0100
commit2b24dd870e81512542f238cb1b124cecb942a34f (patch)
tree151c695ddd70f74cfc0e62503aeef575a6adbdac /lib/multi.c
parent46724b87b769ff50e1e6b90d2aabc50b8ba7c1a9 (diff)
multi interface: fix block when CONNECT_ONLY option is used
Diffstat (limited to 'lib/multi.c')
-rw-r--r--lib/multi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/multi.c b/lib/multi.c
index f3b892c91..e5073432e 100644
--- a/lib/multi.c
+++ b/lib/multi.c
@@ -1239,7 +1239,7 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi,
easy->easy_conn->bits.close = FALSE;
multistate(easy, CURLM_STATE_DONE);
easy->result = CURLE_OK;
- result = CURLM_OK;
+ result = CURLM_CALL_MULTI_PERFORM;
}
else {
/* Perform the protocol's DO action */