mirror of
https://github.com/curl/curl.git
synced 2026-07-24 17:07:16 +03:00
parent
080973dcdb
commit
cd2b45201a
32 changed files with 68 additions and 75 deletions
|
|
@ -908,7 +908,7 @@ static CURLcode wssh_multi_statemach(struct Curl_easy *data, bool *done)
|
|||
implementation */
|
||||
do {
|
||||
result = wssh_statemach_act(data, &block);
|
||||
*done = (sshc->state == SSH_STOP) ? TRUE : FALSE;
|
||||
*done = (sshc->state == SSH_STOP);
|
||||
/* if there is no error, it is not done and it did not EWOULDBLOCK, then
|
||||
try again */
|
||||
if(*done) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue