summaryrefslogtreecommitdiff
path: root/debian/patches/13_curl.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/13_curl.diff')
-rw-r--r--debian/patches/13_curl.diff12
1 files changed, 5 insertions, 7 deletions
diff --git a/debian/patches/13_curl.diff b/debian/patches/13_curl.diff
index f0934b6..2d3fc68 100644
--- a/debian/patches/13_curl.diff
+++ b/debian/patches/13_curl.diff
@@ -5,13 +5,11 @@ timestamp: Sat 2010-03-20 11:49:54 +0000
message:
applied Karl's patch to fix libcurl problem with status reporter data.
-Index: sword/src/mgr/curlftpt.cpp
-===================================================================
---- sword.orig/src/mgr/curlftpt.cpp 2010-03-22 18:22:59.045847934 +0000
-+++ sword/src/mgr/curlftpt.cpp 2010-03-22 18:23:02.244846081 +0000
-@@ -177,6 +177,9 @@
- res = curl_easy_perform(session);
- SWLog::getSystemLog()->logDebug("***** Finished performing curl easy action. \n");
+--- a/src/mgr/curlftpt.cpp
++++ b/src/mgr/curlftpt.cpp
+@@ -180,6 +180,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);