aboutsummaryrefslogtreecommitdiff
path: root/src/rps
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps')
-rw-r--r--src/rps/gnunet-rps-profiler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rps/gnunet-rps-profiler.c b/src/rps/gnunet-rps-profiler.c
index c0059ac3b..b17fb6a50 100644
--- a/src/rps/gnunet-rps-profiler.c
+++ b/src/rps/gnunet-rps-profiler.c
@@ -2432,10 +2432,10 @@ post_test_shutdown_ready_cb (void *cls,
2432 GNUNET_TESTBED_operation_done (rps_peer->stat_op); 2432 GNUNET_TESTBED_operation_done (rps_peer->stat_op);
2433 } 2433 }
2434 2434
2435 //write_final_stats (); 2435 write_final_stats ();
2436 if (GNUNET_YES == check_statistics_collect_completed()) 2436 if (GNUNET_YES == check_statistics_collect_completed())
2437 { 2437 {
2438 write_final_stats (); 2438 //write_final_stats ();
2439 GNUNET_free (stat_cls); 2439 GNUNET_free (stat_cls);
2440 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 2440 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
2441 "Shutting down\n"); 2441 "Shutting down\n");