- add underlay api implementation
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_connection.c
index 71cfc4514dc48df43df9c4f23abb055fee2ae267..72f7a122c037e930df59c08afcdda6528cfd1e7f 100644 (file)
@@ -2221,7 +2221,6 @@ GMC_new (const struct GNUNET_HashCode *cid,
   }
   if (GNUNET_OK != register_neighbors (c))
   {
-    GNUNET_break (0);
     GMC_destroy (c);
     return NULL;
   }