summaryrefslogtreecommitdiff
path: root/debian/patches/13_curl.diff
blob: 8cd9df8bfbe9eddf921ea2a208330eca663b3151 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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;
 		}