aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-mesh-profiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-mesh-profiler.c')
-rw-r--r--src/mesh/gnunet-mesh-profiler.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesh/gnunet-mesh-profiler.c b/src/mesh/gnunet-mesh-profiler.c
index 9d017d8fd..ffdfbedb1 100644
--- a/src/mesh/gnunet-mesh-profiler.c
+++ b/src/mesh/gnunet-mesh-profiler.c
@@ -433,8 +433,6 @@ adjust_running_peers (unsigned int target)
433 GNUNET_MESH_channel_destroy (peers[r].dest->incoming_ch); 433 GNUNET_MESH_channel_destroy (peers[r].dest->incoming_ch);
434 peers[r].dest->incoming_ch = NULL; 434 peers[r].dest->incoming_ch = NULL;
435 } 435 }
436 GNUNET_MESH_disconnect (peers[r].mesh);
437 peers[r].mesh = NULL;
438 436
439 op = GNUNET_TESTBED_peer_manage_service (&peers[r], testbed_handles[r], 437 op = GNUNET_TESTBED_peer_manage_service (&peers[r], testbed_handles[r],
440 "mesh", NULL, NULL, run); 438 "mesh", NULL, NULL, run);