*** empty log message ***

svn path=/trunk/boinc/; revision=9701
This commit is contained in:
Rom Walton 2006-03-21 23:10:20 +00:00
parent c7b3c7903e
commit 5cfdf72673
3 changed files with 8 additions and 2 deletions

View File

@ -3088,3 +3088,9 @@ Walt 21 Mar 2005
Rom 21 Mar 2006 (HEAD)
- Tag for 5.3.28 release, all platforms
boinc_core_release_5_3_28
Rom 21 Mar 2006
- Compile fix for Linux
client/
http_curl.C

View File

@ -630,7 +630,7 @@ curlioerr libcurl_ioctl(CURL *handle, curliocmd cmd, HTTP_OP* phop) {
case CURLIOCMD_RESTARTREAD:
phop->lSeek = 0;
phop->bytes_xferred = phop->file_offset;
phop->bSentHeader = FALSE;
phop->bSentHeader = false;
break;
default: // should never get here
return CURLIOE_UNKNOWNCMD;
@ -686,7 +686,7 @@ void HTTP_OP::setupProxyCurl() {
pi.http_server_name, pi.http_server_port,
pi.http_user_name, pi.http_user_passwd);
*/
auth_flag = TRUE;
auth_flag = true;
if (auth_type) {
curlErr = curl_easy_setopt(curlEasy, CURLOPT_PROXYAUTH, auth_type);
} else {

Binary file not shown.