mirror of
https://github.com/curl/curl.git
synced 2026-04-22 21:32:17 +03:00
libssh2: fix "Value stored to 'readdir_len' is never read"
Detected by scan-build
This commit is contained in:
parent
6cb803ecb1
commit
057cb05b4b
1 changed files with 0 additions and 1 deletions
|
|
@ -2223,7 +2223,6 @@ static CURLcode ssh_statemach_act(struct connectdata *conn, bool *block)
|
|||
if(rc == LIBSSH2_ERROR_EAGAIN) {
|
||||
break;
|
||||
}
|
||||
readdir_len = (size_t) rc;
|
||||
Curl_dyn_free(&sshc->readdir_link);
|
||||
|
||||
/* append filename and extra output */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue