gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 02/03: additional santity check for MQ users


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 02/03: additional santity check for MQ users
Date: Tue, 19 Feb 2019 11:37:23 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

commit d76ca4e2e7e5c93ec92a4cf349ed62147a2b2148
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Feb 19 11:36:56 2019 +0100

    additional santity check for MQ users
---
 src/util/mq.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/util/mq.c b/src/util/mq.c
index d2f5add19..72ab8b72d 100644
--- a/src/util/mq.c
+++ b/src/util/mq.c
@@ -964,6 +964,7 @@ GNUNET_MQ_send_cancel (struct GNUNET_MQ_Envelope *ev)
   {
     /* complex case, we already started with transmitting
        the message using the callbacks. */
+    GNUNET_assert (GNUNET_NO == mq->in_flight);
     GNUNET_assert (0 < mq->queue_length);
     mq->queue_length--;
     mq->cancel_impl (mq,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]