aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dht/gnunet_dht_profiler.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dht/gnunet_dht_profiler.c b/src/dht/gnunet_dht_profiler.c
index 2e1447d35..7edc630d5 100644
--- a/src/dht/gnunet_dht_profiler.c
+++ b/src/dht/gnunet_dht_profiler.c
@@ -435,7 +435,7 @@ bandwidth_stats_cont (void *cls,
435{ 435{
436 INFO ("# Outgoing bandwidth: %u\n", outgoing_bandwidth); 436 INFO ("# Outgoing bandwidth: %u\n", outgoing_bandwidth);
437 INFO ("# Incoming bandwidth: %u\n", incoming_bandwidth); 437 INFO ("# Incoming bandwidth: %u\n", incoming_bandwidth);
438 GNUNET_SCHEDULER_shutdown (); 438 GNUNET_SCHEDULER_shutdown ();
439} 439}
440 440
441 441
@@ -823,7 +823,6 @@ dht_disconnect (void *cls, void *op_result)
823 return; 823 return;
824 break; 824 break;
825 } 825 }
826 GNUNET_SCHEDULER_shutdown ();
827} 826}
828 827
829 828