mirror of
https://github.com/curl/curl.git
synced 2026-07-23 14:57:19 +03:00
multi.c: fix compilation error
warning: conversion from enumeration type to different enumeration type
This commit is contained in:
parent
b8a986be06
commit
9a13a516b4
1 changed files with 1 additions and 1 deletions
|
|
@ -1017,7 +1017,7 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi,
|
|||
/* There was no connection available. We will go to the pending
|
||||
state and wait for an available connection. */
|
||||
multistate(easy, CURLM_STATE_CONNECT_PEND);
|
||||
easy->result = CURLM_OK;
|
||||
easy->result = CURLE_OK;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue