addr_out_handler carries conditions without functions
-----------------------------------------------------
Key: AXIS2C-507
URL: https://issues.apache.org/jira/browse/AXIS2C-507
Project: Axis2-C
Issue Type: Bug
Components: core/addressing
Affects Versions: 0.96
Reporter: Dinesh Premalal
Fix For: 1.0.0
I could see some condtions without any functions in addr_out_hander.c
addr_out_hander.c:332
------------------------------
if (svc_group_context_id
&& AXIS2_STRCMP(svc_group_context_id, "") != 0)
{}
addr_out_handler.c:694
----------------------------
if (AXIS2_STRCMP(AXIS2_WSA_NAMESPACE_SUBMISSION, addr_ns) == 0)
{
/* comment */
}
If there is no special functions here we could remove them.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]