Github user ted-ross commented on a diff in the pull request:
https://github.com/apache/qpid-dispatch/pull/316#discussion_r193835316
--- 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 --
You should use false for a boolean literal, not 0.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]