You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2017/11/06 15:33:47 UTC

qpid-dispatch git commit: DISPATCH-767 - Backed out previous commit that was stalling links. The commit that was backed out was fff38466a6a0e8860531cf44e4ffff074bbb1cc1

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 1a29a1006 -> a9e114769


DISPATCH-767 - Backed out previous commit that was stalling links. The commit that was backed out was fff38466a6a0e8860531cf44e4ffff074bbb1cc1


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/a9e11476
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/a9e11476
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/a9e11476

Branch: refs/heads/master
Commit: a9e1147697930654f49f6111c508efdfa1581069
Parents: 1a29a10
Author: Ganesh Murthy <gm...@redhat.com>
Authored: Mon Nov 6 10:33:30 2017 -0500
Committer: Ganesh Murthy <gm...@redhat.com>
Committed: Mon Nov 6 10:33:30 2017 -0500

----------------------------------------------------------------------
 src/router_core/forwarder.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/a9e11476/src/router_core/forwarder.c
----------------------------------------------------------------------
diff --git a/src/router_core/forwarder.c b/src/router_core/forwarder.c
index 15a75d8..a07fe15 100644
--- a/src/router_core/forwarder.c
+++ b/src/router_core/forwarder.c
@@ -200,8 +200,8 @@ void qdr_forward_deliver_CT(qdr_core_t *core, qdr_link_t *out_link, qdr_delivery
         work->work_type = QDR_LINK_WORK_DELIVERY;
         work->value     = 1;
         DEQ_INSERT_TAIL(out_link->work_list, work);
-        qdr_add_link_ref(&out_link->conn->links_with_work, out_link, QDR_LINK_LIST_CLASS_WORK);
     }
+    qdr_add_link_ref(&out_link->conn->links_with_work, out_link, QDR_LINK_LIST_CLASS_WORK);
 
     out_dlv->link_work = work;
     sys_mutex_unlock(out_link->conn->work_lock);


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org