You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Dinesh Premalal (JIRA)" <ji...@apache.org> on 2007/01/18 18:00:30 UTC

[jira] Created: (AXIS2C-507) addr_out_handler carries conditions without functions

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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Resolved: (AXIS2C-507) addr_out_handler carries conditions without functions

Posted by "Dinesh Premalal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dinesh Premalal resolved AXIS2C-507.
------------------------------------

    Resolution: Fixed
      Assignee: Dinesh Premalal

removed those unwanted code blocks ...

> 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
>         Assigned To: 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.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org