From 68eaa82c2303820ae48bd9801fadc3f60eb47220 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 22 Feb 2017 14:27:30 +0100 Subject: [PATCH] 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, -- 2.25.1