From: Christian Grothoff Date: Fri, 17 Jun 2011 10:54:27 +0000 (+0000) Subject: be more harsh X-Git-Tag: initial-import-from-subversion-38251~18105 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ea8801774f9dcc2bbe7c7f61c4686d80b7e4d365;p=oweals%2Fgnunet.git be more harsh --- diff --git a/src/util/connection.c b/src/util/connection.c index b28c7c3e6..f6f94c397 100644 --- a/src/util/connection.c +++ b/src/util/connection.c @@ -1627,7 +1627,7 @@ GNUNET_CONNECTION_notify_transmit_ready (struct GNUNET_CONNECTION_Handle { if (sock->nth.notify_ready != NULL) { - GNUNET_break (0); + GNUNET_assert (0); return NULL; } GNUNET_assert (notify != NULL);