Author: samisa
Date: Wed Nov  2 23:59:02 2005
New Revision: 330501

URL: http://svn.apache.org/viewcvs?rev=330501&view=rev
Log:
Fixed the arg count in env create of macro

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=330501&r1=330500&r2=330501&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_environment.h (original)
+++ webservices/axis2/trunk/c/include/axis2_environment.h Wed Nov  2 23:59:02 
2005
@@ -127,7 +127,7 @@
     if(!env || !(*env))  \
        { \
                axis2_allocator_t *allocator = axis2_allocator_init (NULL); \
-        *env = axis2_environment_create (allocator, NULL, NULL, NULL); \
+        *env = axis2_environment_create (allocator); \
                AXIS2_ERROR_SET_STATUS_CODE((*env)->error, 
AXIS2_CRTICAL_FAILURE);  \
                AXIS2_ERROR_SET_ERROR_NUMBER((*env)->error, \
                        AXIS2_ERROR_ENVIRONMENT_IS_NULL); \


Reply via email to