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 2019/06/06 21:03:26 UTC

[qpid-dispatch] branch master updated: DISPATCH-1328 - Quick typo fix

This is an automated email from the ASF dual-hosted git repository.

gmurthy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new 37c0f39  DISPATCH-1328 - Quick typo fix
37c0f39 is described below

commit 37c0f39c24a2fc402dd1b0591b70fc905dff21c8
Author: Ganesh Murthy <gm...@apache.org>
AuthorDate: Thu Jun 6 17:03:05 2019 -0400

    DISPATCH-1328 - Quick typo fix
---
 src/router_core/router_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/router_core/router_core.c b/src/router_core/router_core.c
index 500ebe8..aaab696 100644
--- a/src/router_core/router_core.c
+++ b/src/router_core/router_core.c
@@ -844,7 +844,7 @@ static void qdr_global_stats_request_CT(qdr_core_t *core, qdr_action_t *action,
         stats->deliveries_ingress_route_container = core->deliveries_ingress_route_container;
         stats->deliveries_egress_route_container = core->deliveries_egress_route_container;
         stats->deliveries_delayed_1sec = core->deliveries_delayed_1sec;
-        stats->deliveries_delayed_1sec = core->deliveries_delayed_10sec;
+        stats->deliveries_delayed_10sec = core->deliveries_delayed_10sec;
         stats->deliveries_redirected_to_fallback = core->deliveries_redirected;
     }
     qdr_general_work_t *work = qdr_general_work(qdr_post_global_stats_response);


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