note about assertion actually failing
authorChristian Grothoff <christian@grothoff.org>
Tue, 19 Feb 2019 00:58:16 +0000 (01:58 +0100)
committerChristian Grothoff <christian@grothoff.org>
Tue, 19 Feb 2019 00:58:16 +0000 (01:58 +0100)
src/transport/transport_api_core.c

index b144ef6b692721b2df62bceafed6235f752fa077..75287b5e79b36d11c362ac0a06f79d9a4b49f94e 100644 (file)
@@ -558,7 +558,7 @@ handle_connect (void *cls,
                       &cim->id);
   if (NULL != n)
   {
-    GNUNET_break (0);
+    GNUNET_break (0); /* FIXME: this assertion seems to fail sometimes!? */
     disconnect_and_schedule_reconnect (h);
     return;
   }