[xmlrpc-c] fixed whitespace issues due to global apply.whitespace

ensc ensc at fedoraproject.org
Tue Aug 3 08:13:45 UTC 2010


commit 6d8523b2d30166183edd45c2605242e35982ac7b
Author: Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
Date:   Tue Aug 3 10:12:50 2010 +0200

    fixed whitespace issues due to global apply.whitespace

 xmlrpc-c-30x-redirect.patch |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/xmlrpc-c-30x-redirect.patch b/xmlrpc-c-30x-redirect.patch
index 32d9124..1d3df7a 100644
--- a/xmlrpc-c-30x-redirect.patch
+++ b/xmlrpc-c-30x-redirect.patch
@@ -14,13 +14,14 @@ index 3c75010..e1cfc64 100644
 @@ -495,6 +495,10 @@ setupCurlSession(xmlrpc_env *               const envP,
      curl_easy_setopt(curlSessionP, CURLOPT_POST, 1);
      curl_easy_setopt(curlSessionP, CURLOPT_URL, curlTransactionP->serverUrl);
-
+ 
 +    curl_easy_setopt(curlSessionP, CURLOPT_FOLLOWLOCATION, 1);
 +    curl_easy_setopt(curlSessionP, CURLOPT_MAXREDIRS, (long)10);
 +    curl_easy_setopt(curlSessionP, CURLOPT_POSTREDIR, CURL_REDIR_POST_ALL);
 +
      XMLRPC_MEMBLOCK_APPEND(char, envP, callXmlP, "\0", 1);
      if (!envP->fault_occurred) {
-         curl_easy_setopt(curlSessionP, CURLOPT_POSTFIELDS,
---
+         curl_easy_setopt(curlSessionP, CURLOPT_POSTFIELDS, 
+-- 
 1.7.1.1
+


More information about the scm-commits mailing list