- not necessarilly a bug
authorBart Polot <bart@net.in.tum.de>
Thu, 20 Dec 2012 15:34:42 +0000 (15:34 +0000)
committerBart Polot <bart@net.in.tum.de>
Thu, 20 Dec 2012 15:34:42 +0000 (15:34 +0000)
src/mesh/gnunet-service-mesh.c

index 8d8536d3e5c73529eb9d49a1dffd0999c99b168d..4d32c23312104a240b7ec0d11e36a6cc3de249e6 100644 (file)
@@ -6417,7 +6417,6 @@ handle_mesh_keepalive (void *cls, const struct GNUNET_PeerIdentity *peer,
   {
     /* TODO notify that we dont know that tunnel */
     GNUNET_STATISTICS_update (stats, "# keepalive on unknown tunnel", 1, GNUNET_NO);
-    GNUNET_break_op (0);
     return GNUNET_OK;
   }