summaryrefslogtreecommitdiffstats
path: root/0005-curl-7.21.7-61ae7e9.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-09-25 20:57:48 +0200
committerRemi Collet <fedora@famillecollet.com>2011-09-25 20:57:48 +0200
commit8efcec45c604a0487edba04b468258ee0db7e8d4 (patch)
treeb6efb629434e787143d01464c4fc77c915bda6f8 /0005-curl-7.21.7-61ae7e9.patch
parentd4cc7fc64844d8659f052e4e6f4eb0f107042b54 (diff)
curl: sync with f16
Diffstat (limited to '0005-curl-7.21.7-61ae7e9.patch')
-rw-r--r--0005-curl-7.21.7-61ae7e9.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/0005-curl-7.21.7-61ae7e9.patch b/0005-curl-7.21.7-61ae7e9.patch
index 87a1365..46cfe47 100644
--- a/0005-curl-7.21.7-61ae7e9.patch
+++ b/0005-curl-7.21.7-61ae7e9.patch
@@ -19,7 +19,7 @@ diff --git a/src/main.c b/src/main.c
index 276718b..56cd133 100644
--- a/src/main.c
+++ b/src/main.c
-@@ -5415,8 +5415,6 @@ operate(struct Configurable *config, int argc, argv_item_t argv[])
+@@ -5371,8 +5371,6 @@ operate(struct Configurable *config, int argc, argv_item_t argv[])
my_setopt(curl, CURLOPT_QUOTE, config->quote);
my_setopt(curl, CURLOPT_POSTQUOTE, config->postquote);
my_setopt(curl, CURLOPT_PREQUOTE, config->prequote);
@@ -28,7 +28,7 @@ index 276718b..56cd133 100644
my_setopt_str(curl, CURLOPT_COOKIEFILE, config->cookiefile);
/* cookie jar was added in 7.9 */
if(config->cookiejar)
-@@ -5621,6 +5619,12 @@ operate(struct Configurable *config, int argc, argv_item_t argv[])
+@@ -5577,6 +5575,12 @@ operate(struct Configurable *config, int argc, argv_item_t argv[])
my_setopt(curl, CURLOPT_HEADERFUNCTION, header_callback);
my_setopt(curl, CURLOPT_HEADERDATA, &outs);
}