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 da...@apache.org on 2006/02/14 12:17:43 UTC

svn commit: r377697 - /webservices/axis2/trunk/c/modules/core/description/op.c

Author: damitha
Date: Tue Feb 14 03:17:39 2006
New Revision: 377697

URL: http://svn.apache.org/viewcvs?rev=377697&view=rev
Log:
minor fix

Modified:
    webservices/axis2/trunk/c/modules/core/description/op.c

Modified: webservices/axis2/trunk/c/modules/core/description/op.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/description/op.c?rev=377697&r1=377696&r2=377697&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/description/op.c (original)
+++ webservices/axis2/trunk/c/modules/core/description/op.c Tue Feb 14 03:17:39 2006
@@ -453,7 +453,7 @@
     }
     message_out = NULL;
     
-    op_impl->phases_in_fault_flow = axis2_array_list_create(env, 0);
+    /*op_impl->phases_in_fault_flow = axis2_array_list_create(env, 0);
     if(NULL == op_impl->phases_in_fault_flow)
     {
         axis2_op_free(&(op_impl->op), env);
@@ -465,7 +465,7 @@
     {
         axis2_op_free(&(op_impl->op), env);
         return NULL;
-    }
+    }*/
     /*
     op_impl->modulerefs = axis2_array_list_create(env, 0);
     if(NULL == op_impl->modulerefs)