You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by na...@apache.org on 2007/02/22 05:19:36 UTC

svn commit: r510388 - /webservices/sandesha/trunk/c/src/msgprocessors/app_msg_processor.c

Author: nandika
Date: Wed Feb 21 20:19:35 2007
New Revision: 510388

URL: http://svn.apache.org/viewvc?view=rev&rev=510388
Log:
compile error fixed for vc8

Modified:
    webservices/sandesha/trunk/c/src/msgprocessors/app_msg_processor.c

Modified: webservices/sandesha/trunk/c/src/msgprocessors/app_msg_processor.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/msgprocessors/app_msg_processor.c?view=diff&rev=510388&r1=510387&r2=510388
==============================================================================
--- webservices/sandesha/trunk/c/src/msgprocessors/app_msg_processor.c (original)
+++ webservices/sandesha/trunk/c/src/msgprocessors/app_msg_processor.c Wed Feb 21 20:19:35 2007
@@ -243,9 +243,11 @@
         env, rm_msg_ctx, storage_mgr);
     if(fault_ctx)
     {
-        AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "sandesha2_app_msg_processor_process_in_msg send Fault");
         axis2_engine_t *engine = axis2_engine_create(env, conf_ctx);
-        if(!AXIS2_ENGINE_SEND_FAULT(engine, env, 
+
+		AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "sandesha2_app_msg_processor_process_in_msg send Fault");
+
+		if(!AXIS2_ENGINE_SEND_FAULT(engine, env, 
             sandesha2_msg_ctx_get_msg_ctx(fault_ctx, env)))
         {
             AXIS2_ERROR_SET(env->error, SANDESHA2_ERROR_SENDING_FAULT,



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