gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: assert no MQ error after MQ


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: assert no MQ error after MQ destroy
Date: Tue, 03 Jul 2018 17:37:01 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new ca09329c0 assert no MQ error after MQ destroy
ca09329c0 is described below

commit ca09329c05855671f08611dc4cfafd19494842b0
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Jul 3 17:36:55 2018 +0200

    assert no MQ error after MQ destroy
---
 src/cadet/cadet_api.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cadet/cadet_api.c b/src/cadet/cadet_api.c
index 319279110..92dd39b97 100644
--- a/src/cadet/cadet_api.c
+++ b/src/cadet/cadet_api.c
@@ -841,6 +841,7 @@ handle_mq_error (void *cls,
                                            h);
   GNUNET_MQ_destroy (h->mq);
   h->mq = NULL;
+  GNUNET_assert (NULL == h->reconnect_task);
   h->reconnect_task = GNUNET_SCHEDULER_add_delayed (h->reconnect_time,
                                                    &reconnect_cbk,
                                                    h);

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



reply via email to

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