Repository: qpid-dispatch Updated Branches: refs/heads/0.6.x 74544485b -> 2a00adda0
DISPATCH-496 - Issue credit to blocked senders when an autolink attaches the first consumer. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/b18aa3ab Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/b18aa3ab Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/b18aa3ab Branch: refs/heads/0.6.x Commit: b18aa3ab35320e9984162bf8bd01da4232359e8d Parents: 7454448 Author: Ted Ross <[email protected]> Authored: Fri Sep 2 16:24:37 2016 -0400 Committer: Ted Ross <[email protected]> Committed: Thu Sep 29 09:01:09 2016 -0400 ---------------------------------------------------------------------- src/router_core/connections.c | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/b18aa3ab/src/router_core/connections.c ---------------------------------------------------------------------- diff --git a/src/router_core/connections.c b/src/router_core/connections.c index 336b90f..ff6362a 100644 --- a/src/router_core/connections.c +++ b/src/router_core/connections.c @@ -1214,6 +1214,7 @@ static void qdr_link_inbound_second_attach_CT(qdr_core_t *core, qdr_action_t *ac const char *key = (const char*) qd_hash_key_by_handle(link->auto_link->addr->hash_handle); if (key && *key == 'M') qdr_post_mobile_added_CT(core, key); + qdr_addr_start_inlinks_CT(core, link->auto_link->addr); } } } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
