svn commit: r699172 - /webservices/sandesha/trunk/c/src/msgprocessors/terminate_seq_msg_processor.c

[email protected]
Newsgroups gmane.comp.apache.webservices.fx.devel
Message-ID <[email protected]>
Author: manjula
Date: Thu Sep 25 21:26:59 2008
New Revision: 699172

URL: http://svn.apache.org/viewvc?rev=699172&view=rev
Log:
Fixing an interoperability issue with .NET.

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

Modified: webservices/sandesha/trunk/c/src/msgprocessors/terminate_seq_msg_processor.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/msgprocessors/terminate_seq_msg_processor.c?rev=699172&r1=699171&r2=699172&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/msgprocessors/terminate_seq_msg_processor.c (original)
+++ webservices/sandesha/trunk/c/src/msgprocessors/terminate_seq_msg_processor.c Thu Sep 25 21:26:59 2008
@@ -540,7 +540,7 @@
     AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "[sandesha2] highest_out_msg_num:%d", highest_out_msg_num);
 
     /*if(add_rec_side_term && highest_out_msg_num > 0 && rec_side_int_seq_id && out_seq_id)*/
-    if(highest_out_msg_num > 0 && rec_side_int_seq_id && out_seq_id)
+    if(/*highest_out_msg_num > 0 &&*/ rec_side_int_seq_id && out_seq_id)
     {
         axis2_bool_t all_acked = AXIS2_FALSE;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.