aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-service-rps_sampler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/gnunet-service-rps_sampler.c')
-rw-r--r--src/rps/gnunet-service-rps_sampler.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rps/gnunet-service-rps_sampler.c b/src/rps/gnunet-service-rps_sampler.c
index 9629a29a1..dcfef19c6 100644
--- a/src/rps/gnunet-service-rps_sampler.c
+++ b/src/rps/gnunet-service-rps_sampler.c
@@ -204,6 +204,7 @@ RPS_sampler_init (size_t init_size,
204 204
205 #ifdef TO_FILE 205 #ifdef TO_FILE
206 sampler->file_name = create_file ("sampler-"); 206 sampler->file_name = create_file ("sampler-");
207 GNUNET_assert (NULL != sampler->file_name);
207 208
208 LOG (GNUNET_ERROR_TYPE_DEBUG, 209 LOG (GNUNET_ERROR_TYPE_DEBUG,
209 "Initialised sampler %s\n", 210 "Initialised sampler %s\n",