summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2008-12-25 00:51:53 +0000
committerBryan Ischo <bryan@ischo.com>2008-12-25 00:51:53 +0000
commitff546d9907178b66d844772840f763e34eca3bf8 (patch)
treebea778efd9b99d2e49ad8df5278fe48ff87eae37 /src
parent50f6602002c075adc25c1168c4484a3ecd226ced (diff)
downloadceph-libs3-ff546d9907178b66d844772840f763e34eca3bf8.tar.gz
* Fixed curl argument type error
Diffstat (limited to 'src')
-rw-r--r--src/request_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/request_context.c b/src/request_context.c
index bc6af99..bccaee8 100644
--- a/src/request_context.c
+++ b/src/request_context.c
@@ -132,7 +132,7 @@ S3Status S3_runonce_request_context(S3RequestContext *requestContext,
}
Request *request;
if (curl_easy_getinfo(msg->easy_handle, CURLINFO_PRIVATE,
- (char *) &request) != CURLE_OK) {
+ (char **) &request) != CURLE_OK) {
return S3StatusInternalError;
}
// Remove the request from the list of requests