From: Christian Grothoff Date: Wed, 22 Feb 2017 13:27:30 +0000 (+0100) Subject: complain harder about this type of violation X-Git-Tag: taler-0.2.1~87 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=68eaa82c2303820ae48bd9801fadc3f60eb47220;p=oweals%2Fgnunet.git complain harder about this type of violation --- 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,