gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: add assertion


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: add assertion
Date: Thu, 28 Dec 2017 23:46:11 +0100

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 cde1c9fb5 add assertion
cde1c9fb5 is described below

commit cde1c9fb5251df1b91f301aad21693ec5a705633
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Dec 28 23:45:22 2017 +0100

    add assertion
---
 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 37de27db1..366e31405 100644
--- a/src/cadet/cadet_api.c
+++ b/src/cadet/cadet_api.c
@@ -1158,6 +1158,7 @@ reconnect (struct GNUNET_CADET_Handle *h)
     GNUNET_MQ_handler_end ()
   };
 
+  GNUNET_assert (NULL == h->mq);
   h->mq = GNUNET_CLIENT_connect (h->cfg,
                                  "cadet",
                                  handlers,

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



reply via email to

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