aboutsummaryrefslogtreecommitdiff
path: root/src/rps
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps')
-rw-r--r--src/rps/gnunet-service-rps_sampler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/gnunet-service-rps_sampler.c b/src/rps/gnunet-service-rps_sampler.c
index 27c65fff6..0cbfc901b 100644
--- a/src/rps/gnunet-service-rps_sampler.c
+++ b/src/rps/gnunet-service-rps_sampler.c
@@ -748,7 +748,7 @@ RPS_sampler_get_n_rand_peers (struct RPS_Sampler *sampler,
748 else if (GNUNET_NO == for_client) 748 else if (GNUNET_NO == for_client)
749 gpc->get_peer_task = GNUNET_SCHEDULER_add_now (&sampler_get_rand_peer2, gpc); 749 gpc->get_peer_task = GNUNET_SCHEDULER_add_now (&sampler_get_rand_peer2, gpc);
750 else 750 else
751 GNUNET_abort (); 751 GNUNET_assert (0);
752 752
753 GNUNET_CONTAINER_DLL_insert (gpc_head, gpc_tail, gpc); 753 GNUNET_CONTAINER_DLL_insert (gpc_head, gpc_tail, gpc);
754 } 754 }