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 na...@apache.org on 2006/11/02 11:13:32 UTC

svn commit: r470309 - /webservices/axis2/trunk/c/modules/core/deployment/phases_info.c

Author: nandika
Date: Thu Nov  2 02:13:31 2006
New Revision: 470309

URL: http://svn.apache.org/viewvc?view=rev&rev=470309
Log:
bug fixed in  axis2_phases_info_set_op_phases

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

Modified: webservices/axis2/trunk/c/modules/core/deployment/phases_info.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/deployment/phases_info.c?view=diff&rev=470309&r1=470308&r2=470309
==============================================================================
--- webservices/axis2/trunk/c/modules/core/deployment/phases_info.c (original)
+++ webservices/axis2/trunk/c/modules/core/deployment/phases_info.c Thu Nov  2 02:13:31 2006
@@ -718,7 +718,8 @@
         status = AXIS2_OP_SET_FAULT_IN_FLOW(op_desc, env,
                 op_in_faultphases);
     }
-    else
+    /*
+	else
     {
         status = AXIS2_ERROR_GET_STATUS_CODE(env->error);
         if (AXIS2_SUCCESS != status)
@@ -726,12 +727,13 @@
             return status;
         }
     }
-
+	*/
     if (op_out_faultphases)
     {
         status = AXIS2_OP_SET_FAULT_OUT_FLOW(op_desc, env,
                 op_out_faultphases);
     }
+	/*
     else
     {
         status = AXIS2_ERROR_GET_STATUS_CODE(env->error);
@@ -740,7 +742,7 @@
             return status;
         }
     }
-
+	*/
     return status;
 
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org