Author: nandika
Date: Thu Dec 27 06:03:43 2012
New Revision: 1426124

URL: http://svn.apache.org/viewvc?rev=1426124&view=rev
Log:
Fixed error with -Werror

Modified:
    axis/axis2/c/core/trunk/src/core/transport/http/sender/http_client.c

Modified: axis/axis2/c/core/trunk/src/core/transport/http/sender/http_client.c
URL: 
http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/http/sender/http_client.c?rev=1426124&r1=1426123&r2=1426124&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/http/sender/http_client.c 
(original)
+++ axis/axis2/c/core/trunk/src/core/transport/http/sender/http_client.c Thu 
Dec 27 06:03:43 2012
@@ -442,7 +442,7 @@ axis2_http_client_send(
 
     if(client->doing_mtom)
     {
-        axis2_status_t status = AXIS2_SUCCESS;
+        /*axis2_status_t status = AXIS2_SUCCESS; */
         axutil_http_chunked_stream_t *chunked_stream = NULL;
 
         /* If the callback name is not there, then we will check whether there 


Reply via email to