aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesh/gnunet-service-mesh_peer.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_peer.c b/src/mesh/gnunet-service-mesh_peer.c
index 8c05c7665..aa9f52fe6 100644
--- a/src/mesh/gnunet-service-mesh_peer.c
+++ b/src/mesh/gnunet-service-mesh_peer.c
@@ -1324,8 +1324,10 @@ GMP_connect (struct MeshPeer *peer)
1324 * path. 1324 * path.
1325 * 1325 *
1326 * Re-running the DHT GET should give core time to callback. 1326 * Re-running the DHT GET should give core time to callback.
1327 *
1328 * GMT_use_path -> GMC_new -> register_neighbors takes care of
1329 * updating statistics about this issue.
1327 */ 1330 */
1328 GNUNET_break (0);
1329 rerun_search = GNUNET_YES; 1331 rerun_search = GNUNET_YES;
1330 } 1332 }
1331 else 1333 else