mirror of
https://github.com/curl/curl.git
synced 2026-07-28 15:13:06 +03:00
parent
5c5334f831
commit
b093d88447
35 changed files with 91 additions and 90 deletions
|
|
@ -2582,7 +2582,7 @@ static CURLcode myssh_connect(struct Curl_easy *data, bool *done)
|
|||
return CURLE_FAILED_INIT;
|
||||
}
|
||||
|
||||
/* For ipv6 origins, use the `user_hostname` that has the "[]" enclosure.
|
||||
/* For IPv6 origins, use the `user_hostname` that has the "[]" enclosure.
|
||||
* Otherwise, use `hostname` that is IDN converted. */
|
||||
rc = ssh_options_set(sshc->ssh_session, SSH_OPTIONS_HOST,
|
||||
conn->origin->ipv6 ?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue