revno: 2452 svn revno: 2506 (on /trunk) committer: scribe timestamp: Sat 2010-03-20 11:49:54 +0000 message: applied Karl's patch to fix libcurl problem with status reporter data. --- a/src/mgr/curlftpt.cpp +++ b/src/mgr/curlftpt.cpp @@ -186,6 +186,9 @@ // it seems CURL tries to use this option data later for some reason, so we unset here curl_easy_setopt(session, CURLOPT_PROGRESSDATA, (void*)NULL); + // it seems CURL tries to use this option data later for some reason, so we unset here + curl_easy_setopt(session, CURLOPT_PROGRESSDATA, (void*)NULL); + if(CURLE_OK != res) { retVal = -1; }