gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 05/11: - fix assertion condition


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 05/11: - fix assertion condition
Date: Wed, 08 Feb 2017 19:44:33 +0100

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

bart-polot pushed a commit to branch master
in repository gnunet.

commit ff9d5ad1638c7628ffb07f93da5533bff6a383c7
Author: Bart Polot <address@hidden>
AuthorDate: Wed Feb 8 17:23:09 2017 +0100

    - fix assertion condition
---
 src/cadet/cadet_api.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cadet/cadet_api.c b/src/cadet/cadet_api.c
index 15a5a3856..503b1249a 100644
--- a/src/cadet/cadet_api.c
+++ b/src/cadet/cadet_api.c
@@ -734,7 +734,7 @@ cadet_mq_send_impl (struct GNUNET_MQ_Handle *mq,
   else
   {
     /* Service has NOT allowed this message, queue it and wait for an ACK */
-    GNUNET_assert (NULL != ch->pending_env);
+    GNUNET_assert (NULL == ch->pending_env);
     ch->pending_env = env;
   }
 }

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



reply via email to

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