You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2006/03/02 07:46:32 UTC

svn commit: r382308 - /webservices/axis2/trunk/c/modules/core/deployment/desc_builder.c

Author: samisa
Date: Wed Mar  1 22:46:30 2006
New Revision: 382308

URL: http://svn.apache.org/viewcvs?rev=382308&view=rev
Log:
Fixed the need to have a comment in service XML file's operation tag

Modified:
    webservices/axis2/trunk/c/modules/core/deployment/desc_builder.c

Modified: webservices/axis2/trunk/c/modules/core/deployment/desc_builder.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/deployment/desc_builder.c?rev=382308&r1=382307&r2=382308&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/deployment/desc_builder.c (original)
+++ webservices/axis2/trunk/c/modules/core/deployment/desc_builder.c Wed Mar  1 22:46:30 2006
@@ -760,11 +760,10 @@
     axis2_status_t status = AXIS2_FAILURE;
         
     AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
-    AXIS2_PARAM_CHECK((*env)->error, module_refs, AXIS2_FAILURE);
     AXIS2_PARAM_CHECK((*env)->error, op, AXIS2_FAILURE);
     desc_builder_impl = AXIS2_INTF_TO_IMPL(desc_builder);
     
-    while(AXIS2_TRUE == AXIS2_OM_CHILDREN_QNAME_ITERATOR_HAS_NEXT(module_refs,
+    while(module_refs && AXIS2_TRUE == AXIS2_OM_CHILDREN_QNAME_ITERATOR_HAS_NEXT(module_refs,
         env))
     {
         moduleref = (axis2_om_element_t *)