mirror of
https://github.com/curl/curl.git
synced 2026-05-30 04:27:30 +03:00
parent
6f0e212f6e
commit
5090cce01c
1 changed files with 1 additions and 1 deletions
|
|
@ -2574,7 +2574,7 @@ static CURLcode ssh_state_session_disconnect(struct Curl_easy *data,
|
|||
if(sshc->ssh_channel) {
|
||||
rc = libssh2_channel_free(sshc->ssh_channel);
|
||||
if(rc == LIBSSH2_ERROR_EAGAIN)
|
||||
return CURLE_OK;
|
||||
return CURLE_AGAIN;
|
||||
|
||||
if(rc < 0) {
|
||||
char *err_msg = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue