gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: complain harder about this


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: complain harder about this type of violation
Date: Wed, 22 Feb 2017 14:26:19 +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 68eaa82c2 complain harder about this type of violation
68eaa82c2 is described below

commit 68eaa82c2303820ae48bd9801fadc3f60eb47220
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Feb 22 14:27:30 2017 +0100

    complain harder about this type of violation
---
 src/util/service_new.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/service_new.c b/src/util/service_new.c
index 90829c08c..ded53917a 100644
--- a/src/util/service_new.c
+++ b/src/util/service_new.c
@@ -2500,7 +2500,7 @@ GNUNET_SERVICE_client_drop (struct GNUNET_SERVICE_Client 
*c)
   if (NULL != c->drop_task)
   {
     /* asked to drop twice! */
-    GNUNET_break (0);
+    GNUNET_assert (0);
     return;
   }
   GNUNET_CONTAINER_DLL_remove (sh->clients_head,

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



reply via email to

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