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, 1 insertions, 1 deletions
diff --git a/src/dht/gnunet_dht_profiler.c b/src/dht/gnunet_dht_profiler.c
index 31671545d..9c0693e43 100644
--- a/src/dht/gnunet_dht_profiler.c
+++ b/src/dht/gnunet_dht_profiler.c
@@ -543,7 +543,7 @@ get_iter (void *cls,
543 if (n_active == n_gets_fail + n_gets_ok) 543 if (n_active == n_gets_fail + n_gets_ok)
544 { 544 {
545 average_put_path_length = (double)total_put_path_length/(double)n_active; 545 average_put_path_length = (double)total_put_path_length/(double)n_active;
546 average_get_path_length = (double)total_get_path_length/(double)n_active; 546 average_get_path_length = (double)total_get_path_length/(double )n_active;
547 summarize (); 547 summarize ();
548 } 548 }
549} 549}