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.diff19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/13_curl.diff b/debian/patches/13_curl.diff
new file mode 100644
index 0000000..8cd9df8
--- /dev/null
+++ b/debian/patches/13_curl.diff
@@ -0,0 +1,19 @@
+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;
+ }