aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-22 14:27:30 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-22 14:27:30 +0100
commit68eaa82c2303820ae48bd9801fadc3f60eb47220 (patch)
treede51825a0e3439b212f43a4c4b9bc466ce8bb4b1 /src/util
parent224563a3527cce650d17208adebb20e6ec410b1e (diff)
downloadgnunet-68eaa82c2303820ae48bd9801fadc3f60eb47220.tar.gz
gnunet-68eaa82c2303820ae48bd9801fadc3f60eb47220.zip
complain harder about this type of violation
Diffstat (limited to 'src/util')
-rw-r--r--src/util/service_new.c2
1 files changed, 1 insertions, 1 deletions
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)
2500 if (NULL != c->drop_task) 2500 if (NULL != c->drop_task)
2501 { 2501 {
2502 /* asked to drop twice! */ 2502 /* asked to drop twice! */
2503 GNUNET_break (0); 2503 GNUNET_assert (0);
2504 return; 2504 return;
2505 } 2505 }
2506 GNUNET_CONTAINER_DLL_remove (sh->clients_head, 2506 GNUNET_CONTAINER_DLL_remove (sh->clients_head,