aboutsummaryrefslogtreecommitdiff
path: root/src/rps
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps')
-rw-r--r--src/rps/gnunet-service-rps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c
index 5ed35e538..37b6a6fab 100644
--- a/src/rps/gnunet-service-rps.c
+++ b/src/rps/gnunet-service-rps.c
@@ -2656,6 +2656,7 @@ nse_callback (void *cls,
2656 /* If the NSE has changed adapt the lists accordingly */ 2656 /* If the NSE has changed adapt the lists accordingly */
2657 resize_wrapper (prot_sampler, sampler_size_est_need); 2657 resize_wrapper (prot_sampler, sampler_size_est_need);
2658 client_resize_wrapper (); 2658 client_resize_wrapper ();
2659 View_change_len (view_size_est_need);
2659} 2660}
2660 2661
2661 2662