aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-12-16 16:07:00 +0000
committerBart Polot <bart@net.in.tum.de>2013-12-16 16:07:00 +0000
commit42fecc0c06d23db9a12f82d068d13532705196c1 (patch)
tree027237a28e8a90f4e5cbe68d7c5452702fba94c2
parent66fb60a6f01e8686ad9843daed8652b4331cde6f (diff)
downloadgnunet-42fecc0c06d23db9a12f82d068d13532705196c1.tar.gz
gnunet-42fecc0c06d23db9a12f82d068d13532705196c1.zip
- not a break
-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