Repository: qpid-dispatch Updated Branches: refs/heads/tross-DISPATCH-179-1 cf319fd21 -> c50da0faf
DISPATCH-179 - Added missing DEQ initialization Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/8642a7be Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/8642a7be Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/8642a7be Branch: refs/heads/tross-DISPATCH-179-1 Commit: 8642a7be18f3f5e65284ac5162aa7dda53e07efa Parents: cf319fd Author: Ted Ross <[email protected]> Authored: Mon Nov 9 12:25:44 2015 -0500 Committer: Ted Ross <[email protected]> Committed: Mon Nov 9 12:25:44 2015 -0500 ---------------------------------------------------------------------- src/router_core/agent.c | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/8642a7be/src/router_core/agent.c ---------------------------------------------------------------------- diff --git a/src/router_core/agent.c b/src/router_core/agent.c index 9eabf6b..3950283 100644 --- a/src/router_core/agent.c +++ b/src/router_core/agent.c @@ -90,6 +90,7 @@ qdr_query_t *qdr_manage_query(qdr_core_t *core, void *context, qd_router_entity_ { qdr_query_t *query = new_qdr_query_t(); + DEQ_ITEM_INIT(query); query->core = core; query->entity_type = type; query->context = context; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
