mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:43:33 +03:00
_ Adapt OS400 EBCDIC wrappers to new options.
_ Update RPG binding accordingly. _ Fix new options comments.
This commit is contained in:
parent
0722e91eb9
commit
bb1f6e6818
4 changed files with 12 additions and 4 deletions
|
|
@ -1536,14 +1536,14 @@ CURLcode Curl_setopt(struct SessionHandle *data, CURLoption option,
|
|||
break;
|
||||
case CURLOPT_USERNAME:
|
||||
/*
|
||||
* user:password to use in the operation
|
||||
* authentication user name to use in the operation
|
||||
*/
|
||||
result = setstropt(&data->set.str[STRING_USERNAME],
|
||||
va_arg(param, char *));
|
||||
break;
|
||||
case CURLOPT_PASSWORD:
|
||||
/*
|
||||
* user:password to use in the operation
|
||||
* authentication password to use in the operation
|
||||
*/
|
||||
result = setstropt(&data->set.str[STRING_PASSWORD],
|
||||
va_arg(param, char *));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue