mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:53:34 +03:00
parent
150f45e8d1
commit
0c76795caf
5 changed files with 5 additions and 7 deletions
|
|
@ -2288,7 +2288,7 @@ CURLcode Curl_vsetopt(struct Curl_easy *data, CURLoption option, va_list param)
|
|||
|
||||
case CURLOPT_SSH_KEYFUNCTION:
|
||||
/* setting to NULL is fine since the ssh.c functions themselves will
|
||||
then rever to use the internal default */
|
||||
then revert to use the internal default */
|
||||
data->set.ssh_keyfunc = va_arg(param, curl_sshkeycallback);
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue