aboutsummaryrefslogtreecommitdiff
path: root/misc/sword/files/patch-src__mgr__curlftpt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'misc/sword/files/patch-src__mgr__curlftpt.cpp')
-rw-r--r--misc/sword/files/patch-src__mgr__curlftpt.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/sword/files/patch-src__mgr__curlftpt.cpp b/misc/sword/files/patch-src__mgr__curlftpt.cpp
new file mode 100644
index 000000000000..774f17f09782
--- /dev/null
+++ b/misc/sword/files/patch-src__mgr__curlftpt.cpp
@@ -0,0 +1,10 @@
+--- ./src/mgr/curlftpt.cpp.orig 2010-04-04 01:26:26.000000000 -0400
++++ ./src/mgr/curlftpt.cpp 2010-04-04 01:26:02.000000000 -0400
+@@ -124,6 +124,7 @@
+
+
+ CURLFTPTransport::~CURLFTPTransport() {
++ curl_easy_setopt(session, CURLOPT_PROGRESSDATA, (void*)NULL);
+ curl_easy_cleanup(session);
+ }
+