mirror of
https://github.com/curl/curl.git
synced 2025-09-13 23:52:42 +03:00
sendf: useless assignment in cr_lc_read()
Spotted by CodeSonar Closes #13437
This commit is contained in:
parent
cf337d851a
commit
999bdfc47e
|
@ -965,7 +965,6 @@ static CURLcode cr_lc_read(struct Curl_easy *data,
|
||||||
ctx->eos = TRUE;
|
ctx->eos = TRUE;
|
||||||
*pnread = nread;
|
*pnread = nread;
|
||||||
*peos = ctx->eos;
|
*peos = ctx->eos;
|
||||||
result = CURLE_OK;
|
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user