[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] 01/02: rps service fix: properly initialize view
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] 01/02: rps service fix: properly initialize view |
Date: |
Fri, 06 Apr 2018 12:43:30 +0200 |
This is an automated email from the git hooks/post-receive script.
julius-buenger pushed a commit to branch master
in repository gnunet.
commit a42b440b3c072304d2a0af8676acb754df9c9f7b
Author: Julius Bünger <address@hidden>
AuthorDate: Fri Apr 6 12:40:37 2018 +0200
rps service fix: properly initialize view
---
src/rps/gnunet-service-rps.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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,
}
- View_create (4);
+ View_create (view_size_est_min);
/* file_name_view_log */
if (GNUNET_OK != GNUNET_DISK_directory_create ("/tmp/rps/"))
--
To stop receiving notification emails like this one, please contact
address@hidden