Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.96
-
None
Description
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)
If there is no special functions here we could remove them.