You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2019/09/03 20:14:51 UTC

[qpid-dispatch] branch master updated: DISPATCH-1337: remove spurious assert(false)

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

kgiusti 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 589c54c  DISPATCH-1337: remove spurious assert(false)
589c54c is described below

commit 589c54c65a07f7bc8c003a879c9518f05db9a7e0
Author: Kenneth Giusti <kg...@apache.org>
AuthorDate: Tue Sep 3 16:14:40 2019 -0400

    DISPATCH-1337: remove spurious assert(false)
---
 src/router_core/transfer.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/router_core/transfer.c b/src/router_core/transfer.c
index 4223c8e..0d314cd 100644
--- a/src/router_core/transfer.c
+++ b/src/router_core/transfer.c
@@ -726,7 +726,6 @@ static void qdr_link_deliver_CT(qdr_core_t *core, qdr_action_t *action, bool dis
             free_qdr_link_ref_t(temp_rlink);
         }
     } else {
-        assert(false);
         //
         // Take the action reference and use it for undelivered.  Don't decref/incref.
         //


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