_ Adapt OS400 EBCDIC wrappers to new options.

_ Update RPG binding accordingly.
_ Fix new options comments.
This commit is contained in:
Patrick Monnerat 2008-10-10 15:54:07 +00:00
parent 0722e91eb9
commit bb1f6e6818
4 changed files with 12 additions and 4 deletions

View file

@ -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 *));