Github user ganeshmurthy commented on a diff in the pull request:

    https://github.com/apache/qpid-dispatch/pull/316#discussion_r193836829
  
    --- Diff: src/router_core/transfer.c ---
    @@ -1237,7 +1246,7 @@ void qdr_drain_inbound_undelivered_CT(qdr_core_t 
*core, qdr_link_t *link, qdr_ad
             qdr_delivery_t *dlv = DEQ_HEAD(deliveries);
             while (dlv) {
                 DEQ_REMOVE_HEAD(deliveries);
    -            qdr_link_forward_CT(core, link, dlv, addr);
    +            qdr_link_forward_CT(core, link, dlv, addr, 0);
    --- End diff --
    
    will do. thanks.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to