aboutsummaryrefslogtreecommitdiff
path: root/src/rps
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2018-04-06 12:40:37 +0200
committerJulius Bünger <buenger@mytum.de>2018-04-06 12:43:03 +0200
commita42b440b3c072304d2a0af8676acb754df9c9f7b (patch)
treed5965dbaf21b73cfd2d9c5e6150426338de779b5 /src/rps
parent9c9773bbdc8ebe9c46fd297fdd96dad5b9f19697 (diff)
downloadgnunet-a42b440b3c072304d2a0af8676acb754df9c9f7b.tar.gz
gnunet-a42b440b3c072304d2a0af8676acb754df9c9f7b.zip
rps service fix: properly initialize view
Diffstat (limited to 'src/rps')
-rw-r--r--src/rps/gnunet-service-rps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c
index 3416fc10c..c23a64285 100644
--- a/src/rps/gnunet-service-rps.c
+++ b/src/rps/gnunet-service-rps.c
@@ -4268,7 +4268,7 @@ run (void *cls,
4268 } 4268 }
4269 4269
4270 4270
4271 View_create (4); 4271 View_create (view_size_est_min);
4272 4272
4273 /* file_name_view_log */ 4273 /* file_name_view_log */
4274 if (GNUNET_OK != GNUNET_DISK_directory_create ("/tmp/rps/")) 4274 if (GNUNET_OK != GNUNET_DISK_directory_create ("/tmp/rps/"))