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 sa...@apache.org on 2005/11/03 06:27:58 UTC

svn commit: r330466 - /webservices/axis2/trunk/c/include/axis2_environment.h

Author: samisa
Date: Wed Nov  2 21:27:52 2005
New Revision: 330466

URL: http://svn.apache.org/viewcvs?rev=330466&view=rev
Log:
Fixed the status in check env to AXIS2_CRTICAL_FAILURE

Modified:
    webservices/axis2/trunk/c/include/axis2_environment.h

Modified: webservices/axis2/trunk/c/include/axis2_environment.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_environment.h?rev=330466&r1=330465&r2=330466&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_environment.h (original)
+++ webservices/axis2/trunk/c/include/axis2_environment.h Wed Nov  2 21:27:52 2005
@@ -102,7 +102,7 @@
 	{ \
 		axis2_allocator_t *allocator = axis2_allocator_init (NULL); \
         *env = axis2_environment_create (allocator, NULL, NULL, NULL); \
-		AXIS2_ERROR_SET_STATUS_CODE((*env)->error, AXIS2_FAILURE);  \
+		AXIS2_ERROR_SET_STATUS_CODE((*env)->error, AXIS2_CRTICAL_FAILURE);  \
 		AXIS2_ERROR_SET_ERROR_NUMBER((*env)->error, \
 		        AXIS2_ERROR_ENVIRONMENT_IS_NULL); \
 		return error_return; \