Author: damitha
Date: Tue Sep 2 09:01:16 2008
New Revision: 691293
URL: http://svn.apache.org/viewvc?rev=691293&view=rev
Log:
Code formatting
Modified:
webservices/sandesha/trunk/c/src/msgprocessors/make_connection_msg_processor.c
Modified:
webservices/sandesha/trunk/c/src/msgprocessors/make_connection_msg_processor.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/msgprocessors/make_connection_msg_processor.c?rev=691293&r1=691292&r2=691293&view=diff
==============================================================================
---
webservices/sandesha/trunk/c/src/msgprocessors/make_connection_msg_processor.c
(original)
+++
webservices/sandesha/trunk/c/src/msgprocessors/make_connection_msg_processor.c
Tue Sep 2 09:01:16 2008
@@ -721,7 +721,7 @@
bean = (sandesha2_sender_bean_t *) axutil_array_list_get(match_list,
env, i);
msg_type = sandesha2_sender_bean_get_msg_type(bean, env);
- AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "[sandesha2]msg_type:%d",
msg_type);
+ AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "[sandesha2] msg_type:%d",
msg_type);
if(msg_type == SANDESHA2_MSG_TYPE_ACK)
{
@@ -766,6 +766,7 @@
if(match_list)
{
int j = 0, sizej = 0;
+
sizej = axutil_array_list_size(match_list, env);
for(j = 0; j < sizej; j++)
{
@@ -773,6 +774,7 @@
temp_bean = axutil_array_list_get(match_list, env, j);
sandesha2_sender_bean_free(temp_bean, env);
}
+
axutil_array_list_free(match_list, env);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]