Continue sync work on OS400 specific code and RPG binding.

This commit is contained in:
Patrick Monnerat
2009-02-17 16:16:07 +00:00
parent a24fe59ee4
commit 4608d0157e
3 changed files with 12 additions and 1 deletions

View File

@@ -1030,7 +1030,7 @@ curl_easy_setopt_ccsid(CURL * curl, CURLoption tag, ...)
if (testwarn) {
testwarn = 0;
if ((int) STRING_LAST != (int) STRING_NOPROXY + 1)
if ((int) STRING_LAST != (int) STRING_SOCKS5_GSSAPI_SERVICE + 1)
curl_mfprintf(stderr,
"*** WARNING: curl_easy_setopt_ccsid() should be reworked ***\n");
}
@@ -1080,6 +1080,7 @@ curl_easy_setopt_ccsid(CURL * curl, CURLoption tag, ...)
case CURLOPT_PROXYUSERNAME:
case CURLOPT_PROXYPASSWORD:
case CURLOPT_NOPROXY:
case CURLOPT_SOCKS5_GSSAPI_SERVICE:
s = va_arg(arg, char *);
ccsid = va_arg(arg, unsigned int);