diff options
author | dinesh | 2013-01-07 17:52:35 +0000 |
---|---|---|
committer | dinesh | 2013-01-07 17:52:35 +0000 |
commit | ab549c88531be6f536653cf9506ee89a80ca2f4c (patch) | |
tree | 0af4cec05dac4045dcdb7e74c3b0fdaf82237643 /src | |
parent | 6abb37e3a43eee5291c82366da517a9376f8e97c (diff) | |
download | axis2c-master.tar.gz axis2c-master.tar.bz2 |
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1429921 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/core/transport/http/sender/libcurl/axis2_libcurl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/transport/http/sender/libcurl/axis2_libcurl.c b/src/core/transport/http/sender/libcurl/axis2_libcurl.c index 8d99fd5..2d7d940 100644 --- a/src/core/transport/http/sender/libcurl/axis2_libcurl.c +++ b/src/core/transport/http/sender/libcurl/axis2_libcurl.c @@ -428,7 +428,7 @@ axis2_libcurl_send( } else { - content_type = AXIS2_HTTP_HEADER_ACCEPT_TEXT_XML; + content_type = axutil_strdup(env,AXIS2_HTTP_HEADER_ACCEPT_TEXT_XML); } } |