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 du...@apache.org on 2007/03/15 04:26:09 UTC

svn commit: r518454 - /webservices/axis2/trunk/c/axiom/src/om/om_output.c

Author: dushshantha
Date: Wed Mar 14 20:26:08 2007
New Revision: 518454

URL: http://svn.apache.org/viewvc?view=rev&rev=518454
Log:
fixed mtom segfault. 

Modified:
    webservices/axis2/trunk/c/axiom/src/om/om_output.c

Modified: webservices/axis2/trunk/c/axiom/src/om/om_output.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/om/om_output.c?view=diff&rev=518454&r1=518453&r2=518454
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/om/om_output.c (original)
+++ webservices/axis2/trunk/c/axiom/src/om/om_output.c Wed Mar 14 20:26:08 2007
@@ -264,7 +264,7 @@
             soap_content_type = AXIOM_SOAP12_CONTENT_TYPE;
         }
 
-        return AXIOM_MIME_OUTPUT_GET_CONTENT_TYPE_FOR_MIME(om_output->mime_output,
+        return axiom_mime_output_get_content_type_for_mime(om_output->mime_output,
             env, om_output->mime_boundry,
             om_output->root_content_id, om_output->char_set_encoding,
             soap_content_type);



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org