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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to