Author: samisa
Date: Wed Nov  2 22:38:51 2005
New Revision: 330485

URL: http://svn.apache.org/viewcvs?rev=330485&view=rev
Log:
Fixed macro problem of setting success state

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=330485&r1=330484&r2=330485&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_environment.h (original)
+++ webservices/axis2/trunk/c/include/axis2_environment.h Wed Nov  2 22:38:51 
2005
@@ -133,6 +133,11 @@
                        AXIS2_ERROR_ENVIRONMENT_IS_NULL); \
                return error_return; \
        } \
+    else \
+    { \
+        AXIS2_ERROR_SET_STATUS_CODE((*env)->error, AXIS2_SUCCESS); \
+    }
+    
 
 /** @} */
 


Reply via email to