Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
sblim-sfcb
0024-CURLOPT_POSTREDIR-might-not-be-defined.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0024-CURLOPT_POSTREDIR-might-not-be-defined.patch of Package sblim-sfcb
From 6c40b689c6544f0e29325a76b8efb6253a96d31f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkaempf@suse.de> Date: Wed, 29 Nov 2017 11:03:16 +0100 Subject: [PATCH 24/29] CURLOPT_POSTREDIR might not be defined --- indCIMXMLExport.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indCIMXMLExport.c b/indCIMXMLExport.c index 60a420b74d1e..36ed1d390363 100644 --- a/indCIMXMLExport.c +++ b/indCIMXMLExport.c @@ -245,7 +245,9 @@ genRequest(CurlData * cd, char *url, char **msg) rv = curl_easy_setopt(cd->mHandle, CURLOPT_FOLLOWLOCATION, 1); rv = curl_easy_setopt(cd->mHandle, CURLOPT_UNRESTRICTED_AUTH, 0); // off for now rv = curl_easy_setopt(cd->mHandle, CURLOPT_MAXREDIRS, 3); // prevent loop +#ifdef CURLOPT_POSTREDIR rv = curl_easy_setopt(cd->mHandle, CURLOPT_POSTREDIR, CURL_REDIR_POST_ALL); +#endif } /* -- 2.23.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor