You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sh...@apache.org on 2008/10/07 06:53:35 UTC

svn commit: r702344 - /webservices/axis2/trunk/c/src/core/transport/http/sender/libcurl/axis2_libcurl.c

Author: shankar
Date: Mon Oct  6 21:53:35 2008
New Revision: 702344

URL: http://svn.apache.org/viewvc?rev=702344&view=rev
Log:
fixing libcurl build break

Modified:
    webservices/axis2/trunk/c/src/core/transport/http/sender/libcurl/axis2_libcurl.c

Modified: webservices/axis2/trunk/c/src/core/transport/http/sender/libcurl/axis2_libcurl.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/sender/libcurl/axis2_libcurl.c?rev=702344&r1=702343&r2=702344&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/sender/libcurl/axis2_libcurl.c (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/sender/libcurl/axis2_libcurl.c Mon Oct  6 21:53:35 2008
@@ -309,8 +309,9 @@
 
             if (doing_mtom)
             {
-                axiom_output_flush(om_output, env, &output_stream,
-                                   &output_stream_size);
+                /*axiom_output_flush(om_output, env, &output_stream,
+                                   &output_stream_size);*/
+                axiom_output_flush(om_output, env);
                 content_type =
                     (axis2_char_t *) axiom_output_get_content_type(om_output,
                                                                    env);