]> git.pld-linux.org Git - packages/sword.git/blob - sword-curl.patch
- Disable tests and examples, not installed anyway.
[packages/sword.git] / sword-curl.patch
1 --- src/mgr/curlftpt.cpp.orig   2009-12-04 10:54:06.000000000 +0200
2 +++ src/mgr/curlftpt.cpp        2010-05-21 14:35:10.525898704 +0300
3 @@ -174,6 +174,9 @@
4                 SWLog::getSystemLog()->logDebug("***** About to perform curl easy action. \n");
5                 SWLog::getSystemLog()->logDebug("***** destPath: %s \n", destPath);
6                 SWLog::getSystemLog()->logDebug("***** sourceURL: %s \n", sourceURL);
7 +
8 +               curl_easy_setopt(session, CURLOPT_PROGRESSDATA, (void*)NULL); 
9 +
10                 res = curl_easy_perform(session);
11                 SWLog::getSystemLog()->logDebug("***** Finished performing curl easy action. \n");
12  
This page took 0.048891 seconds and 3 git commands to generate.