complain harder about this type of violation
authorChristian Grothoff <christian@grothoff.org>
Wed, 22 Feb 2017 13:27:30 +0000 (14:27 +0100)
committerChristian Grothoff <christian@grothoff.org>
Wed, 22 Feb 2017 13:27:30 +0000 (14:27 +0100)
src/util/service_new.c

index 90829c08c1d1a903d26e85384266015cd5a4d181..ded53917a158a3c6cb31d9770d1166eadd0f3787 100644 (file)
@@ -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,