mirror of
https://github.com/curl/curl.git
synced 2026-04-19 14:31:18 +03:00
libssh: remove a condition that always equals false
Found by Coverity Closes #17358
This commit is contained in:
parent
f51c6d2dc2
commit
f7ff1d1e5e
1 changed files with 0 additions and 2 deletions
|
|
@ -877,8 +877,6 @@ static int myssh_state_upload_init(struct Curl_easy *data,
|
|||
return rc;
|
||||
}
|
||||
} while(passed < data->state.resume_from);
|
||||
if(rc)
|
||||
return rc;
|
||||
}
|
||||
|
||||
/* now, decrease the size of the read */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue