aboutsummaryrefslogtreecommitdiff
path: root/lib/multi.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2006-09-12 23:51:01 +0000
committerYang Tse <yangsita@gmail.com>2006-09-12 23:51:01 +0000
commit733a184ce0747c65fbc634e066cfac0ffae43d80 (patch)
treed833615599479909fa2a99a7890ae5006b39111d /lib/multi.c
parenteee09e79e8190b06fad1ed39d20eb53bee3f5b2e (diff)
Compiler warning fix
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 312e577d7..77c6a9fb4 100644
--- a/lib/multi.c
+++ b/lib/multi.c
@@ -706,7 +706,7 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi,
do {
if(!GOOD_EASY_HANDLE(easy->easy_handle))
- return CURLE_BAD_FUNCTION_ARGUMENT;
+ return CURLM_BAD_EASY_HANDLE;
if (easy->easy_handle->state.pipe_broke) {
infof(easy->easy_handle, "Pipe broke: handle 0x%x\n", easy);