mirror of
https://github.com/curl/curl.git
synced 2026-07-30 01:48:04 +03:00
fix compiler warning
This commit is contained in:
parent
4b5a65455e
commit
038fe54e21
3 changed files with 3 additions and 3 deletions
|
|
@ -796,7 +796,7 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi,
|
|||
struct Curl_message *msg = NULL;
|
||||
bool connected;
|
||||
bool async;
|
||||
bool protocol_connect;
|
||||
bool protocol_connect = FALSE;
|
||||
bool dophase_done;
|
||||
bool done;
|
||||
CURLMcode result = CURLM_OK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue