die harder
authorChristian Grothoff <christian@grothoff.org>
Fri, 17 Jun 2011 09:08:40 +0000 (09:08 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 17 Jun 2011 09:08:40 +0000 (09:08 +0000)
src/transport/transport_api_new.c

index 8ef2984505f903d166d7aa9ade8fb0229a15cacc..ef32a1547f490c041895c20b962f68349ddd570f 100644 (file)
@@ -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);