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

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


The following commit(s) were added to refs/heads/master by this push:
     new c8aba5e  PROTON-2226: remove assertion check that generates false 
positive
c8aba5e is described below

commit c8aba5ecb67d140aca03da3c1e20510c85bc0fdf
Author: Cliff Jansen <cliffjan...@apache.org>
AuthorDate: Tue Aug 11 08:37:36 2020 -0700

    PROTON-2226: remove assertion check that generates false positive
---
 c/src/core/engine.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/c/src/core/engine.c b/c/src/core/engine.c
index e1a6610..8300e42 100644
--- a/c/src/core/engine.c
+++ b/c/src/core/engine.c
@@ -686,7 +686,6 @@ static void pni_add_work(pn_connection_t *connection, 
pn_delivery_t *delivery)
 {
   if (!delivery->work)
   {
-    assert(!delivery->local.settled);   // never allow settled deliveries
     LL_ADD(connection, work, delivery);
     delivery->work = true;
   }


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

Reply via email to