From: Christian Grothoff Date: Fri, 17 Jun 2011 09:08:40 +0000 (+0000) Subject: die harder X-Git-Tag: initial-import-from-subversion-38251~18111 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2f4a3afce7b111f56d7a46f683b49367ea758e52;p=oweals%2Fgnunet.git die harder --- diff --git a/src/transport/transport_api_new.c b/src/transport/transport_api_new.c index 8ef298450..ef32a1547 100644 --- a/src/transport/transport_api_new.c +++ b/src/transport/transport_api_new.c @@ -1398,13 +1398,13 @@ GNUNET_TRANSPORT_notify_transmit_ready (struct GNUNET_TRANSPORT_Handle *handle, { /* use GNUNET_TRANSPORT_try_connect first, only use this function once a connection has been established */ - GNUNET_break (0); + GNUNET_assert (0); return NULL; } if (NULL != n->th) { /* attempt to send two messages at the same time to the same peer */ - GNUNET_break (0); + GNUNET_assert (0); return NULL; } GNUNET_assert (NULL == n->hn);