aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesh/gnunet-service-mesh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c
index 8d8536d3e..4d32c2331 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -6417,7 +6417,6 @@ handle_mesh_keepalive (void *cls, const struct GNUNET_PeerIdentity *peer,
6417 { 6417 {
6418 /* TODO notify that we dont know that tunnel */ 6418 /* TODO notify that we dont know that tunnel */
6419 GNUNET_STATISTICS_update (stats, "# keepalive on unknown tunnel", 1, GNUNET_NO); 6419 GNUNET_STATISTICS_update (stats, "# keepalive on unknown tunnel", 1, GNUNET_NO);
6420 GNUNET_break_op (0);
6421 return GNUNET_OK; 6420 return GNUNET_OK;
6422 } 6421 }
6423 6422