mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:23:39 +03:00
parent
080973dcdb
commit
cd2b45201a
32 changed files with 68 additions and 75 deletions
|
|
@ -1399,7 +1399,7 @@ static CURLcode imap_multi_statemach(struct Curl_easy *data, bool *done)
|
|||
}
|
||||
|
||||
result = Curl_pp_statemach(data, &imapc->pp, FALSE, FALSE);
|
||||
*done = (imapc->state == IMAP_STOP) ? TRUE : FALSE;
|
||||
*done = (imapc->state == IMAP_STOP);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue