aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet_dht_profiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet_dht_profiler.c')
-rw-r--r--src/dht/gnunet_dht_profiler.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dht/gnunet_dht_profiler.c b/src/dht/gnunet_dht_profiler.c
index 0380a82b4..e69307eac 100644
--- a/src/dht/gnunet_dht_profiler.c
+++ b/src/dht/gnunet_dht_profiler.c
@@ -825,7 +825,6 @@ static void *
825dht_connect (void *cls, const struct GNUNET_CONFIGURATION_Handle *cfg) 825dht_connect (void *cls, const struct GNUNET_CONFIGURATION_Handle *cfg)
826{ 826{
827 n_dht++; 827 n_dht++;
828 DEBUG("\n Inside dht_connect , n_dht = %u",n_dht);
829 return GNUNET_DHT_connect (cfg, 10); 828 return GNUNET_DHT_connect (cfg, 10);
830} 829}
831 830
@@ -995,7 +994,6 @@ set_malicious()
995 994
996 for(i = 0; i < n_malicious; i++) 995 for(i = 0; i < n_malicious; i++)
997 { 996 {
998 DEBUG("\n Inside loop , i = %u",i);
999 struct MaliciousContext *mc = &a_mc[i]; 997 struct MaliciousContext *mc = &a_mc[i];
1000 mc->ctx->op = 998 mc->ctx->op =
1001 GNUNET_TESTBED_service_connect (mc->ctx, 999 GNUNET_TESTBED_service_connect (mc->ctx,