be more harsh
authorChristian Grothoff <christian@grothoff.org>
Fri, 17 Jun 2011 10:54:27 +0000 (10:54 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 17 Jun 2011 10:54:27 +0000 (10:54 +0000)
src/util/connection.c

index b28c7c3e6447c31d8a43a560ee6ed4cdba34605e..f6f94c397302e38633d5b002783f9f4ffe51e3bf 100644 (file)
@@ -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);