gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: RPS service: Remove leftove


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: RPS service: Remove leftover code
Date: Tue, 30 Oct 2018 12:04:17 +0100

This is an automated email from the git hooks/post-receive script.

julius-buenger pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new b427f8598 RPS service: Remove leftover code
b427f8598 is described below

commit b427f859804a86850a98c542bd830e0eb52c4968
Author: Julius Bünger <address@hidden>
AuthorDate: Tue Oct 30 12:03:40 2018 +0100

    RPS service: Remove leftover code
---
 src/rps/gnunet-service-rps.c | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c
index c7217351f..193e44411 100644
--- a/src/rps/gnunet-service-rps.c
+++ b/src/rps/gnunet-service-rps.c
@@ -4536,17 +4536,6 @@ run (void *cls,
     return;
   }
 
-  if (GNUNET_OK !=
-      GNUNET_CONFIGURATION_get_value_filename (cfg,
-                                               "rps",
-                                               "FILENAME_VALID_PEERS",
-                                               &fn_valid_peers))
-  {
-    GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
-                               "rps",
-                               "FILENAME_VALID_PEERS");
-  }
-
   cadet_handle = GNUNET_CADET_connect (cfg);
   GNUNET_assert (NULL != cadet_handle);
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]