Chuck Rolke created DISPATCH-471:
------------------------------------

             Summary: server.c needs refactoring around qd_connection_t 
allocation
                 Key: DISPATCH-471
                 URL: https://issues.apache.org/jira/browse/DISPATCH-471
             Project: Qpid Dispatch
          Issue Type: Improvement
    Affects Versions: 0.6.0
            Reporter: Chuck Rolke


Code snippet
{noformat}
    ctx = new_qd_connection_t();
    ctx->this_field = 0;
    ctx->that_field = 0;
    ...
{noformat}
exists in three places. On ongoing code error is to add a new field and then 
not to initialize the field in all three places.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to