You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by sa...@apache.org on 2007/05/11 07:03:54 UTC

svn commit: r537096 - /webservices/sandesha/trunk/c/src/handlers/sandesha2_in_handler.c

Author: samisa
Date: Thu May 10 22:03:54 2007
New Revision: 537096

URL: http://svn.apache.org/viewvc?view=rev&rev=537096
Log:
Fixed crash problem

Modified:
    webservices/sandesha/trunk/c/src/handlers/sandesha2_in_handler.c

Modified: webservices/sandesha/trunk/c/src/handlers/sandesha2_in_handler.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/handlers/sandesha2_in_handler.c?view=diff&rev=537096&r1=537095&r2=537096
==============================================================================
--- webservices/sandesha/trunk/c/src/handlers/sandesha2_in_handler.c (original)
+++ webservices/sandesha/trunk/c/src/handlers/sandesha2_in_handler.c Thu May 10 22:03:54 2007
@@ -223,7 +223,7 @@
     {
         sandesha2_msg_processor_process_in_msg(msg_processor, env, rm_msg_ctx);
     }
-    if(!within_transaction && !rolled_back)
+    if(!within_transaction && !rolled_back && transaction)
     {
         axutil_property_t *prop = NULL;
         sandesha2_transaction_commit(transaction, env);



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