Repository: qpid-dispatch Updated Branches: refs/heads/master ddc85fab8 -> bba79f3c6
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/41b74076 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/41b74076 Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/41b74076 Branch: refs/heads/master Commit: 41b740761adf7fb24dd0de8a5aa0bef604240d5c Parents: ddc85fa Author: Ted Ross <[email protected]> Authored: Fri Sep 2 16:24:37 2016 -0400 Committer: Ted Ross <[email protected]> Committed: Fri Sep 2 16:24:37 2016 -0400 ---------------------------------------------------------------------- src/router_core/connections.c | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/41b74076/src/router_core/connections.c ---------------------------------------------------------------------- diff --git a/src/router_core/connections.c b/src/router_core/connections.c index 229571e..634a07f 100644 --- a/src/router_core/connections.c +++ b/src/router_core/connections.c @@ -1224,6 +1224,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]
