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 ma...@apache.org on 2008/07/21 07:21:36 UTC

svn commit: r678349 - /webservices/axis2/branches/c/post_1_4_mtom/c/samples/server/mtom/mtom.c

Author: manjula
Date: Sun Jul 20 22:21:36 2008
New Revision: 678349

URL: http://svn.apache.org/viewvc?rev=678349&view=rev
Log:
Fixing windows build breaks.

Modified:
    webservices/axis2/branches/c/post_1_4_mtom/c/samples/server/mtom/mtom.c

Modified: webservices/axis2/branches/c/post_1_4_mtom/c/samples/server/mtom/mtom.c
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/c/post_1_4_mtom/c/samples/server/mtom/mtom.c?rev=678349&r1=678348&r2=678349&view=diff
==============================================================================
--- webservices/axis2/branches/c/post_1_4_mtom/c/samples/server/mtom/mtom.c (original)
+++ webservices/axis2/branches/c/post_1_4_mtom/c/samples/server/mtom/mtom.c Sun Jul 20 22:21:36 2008
@@ -123,7 +123,7 @@
 			            {
 			                AXIS2_LOG_ERROR (env->log, AXIS2_LOG_SI,
 					        "malloc failed, not enough memory");
-			                return AXIS2_FAILURE;
+			                return NULL;
 			            }
 
                         memcpy(buff, input_buff, buff_len);