mirror of
https://github.com/curl/curl.git
synced 2026-08-09 21:44:26 +03:00
sendf: useless assignment in cr_lc_read()
Spotted by CodeSonar Closes #13437
This commit is contained in:
parent
cf337d851a
commit
999bdfc47e
1 changed files with 0 additions and 1 deletions
|
|
@ -965,7 +965,6 @@ static CURLcode cr_lc_read(struct Curl_easy *data,
|
|||
ctx->eos = TRUE;
|
||||
*pnread = nread;
|
||||
*peos = ctx->eos;
|
||||
result = CURLE_OK;
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue