mirror of
https://github.com/curl/curl.git
synced 2025-02-23 15:10:03 +08: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;
|
||||
*pnread = nread;
|
||||
*peos = ctx->eos;
|
||||
result = CURLE_OK;
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user