gnunet-svn
[Top][All Lists]
Advanced

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

[taler-challenger] branch master updated: adapt to latest GNUnet API


From: gnunet
Subject: [taler-challenger] branch master updated: adapt to latest GNUnet API
Date: Fri, 15 Nov 2024 11:17:53 +0100

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

grothoff pushed a commit to branch master
in repository challenger.

The following commit(s) were added to refs/heads/master by this push:
     new da4bfa3  adapt to latest GNUnet API
da4bfa3 is described below

commit da4bfa3912c2a7f1ccbea0980001241646a17b38
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Nov 15 11:17:50 2024 +0100

    adapt to latest GNUnet API
---
 src/challengerdb/test_challenger_db.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/challengerdb/test_challenger_db.c 
b/src/challengerdb/test_challenger_db.c
index f1e29f2..48ac066 100644
--- a/src/challengerdb/test_challenger_db.c
+++ b/src/challengerdb/test_challenger_db.c
@@ -114,8 +114,6 @@ main (int argc,
   GNUNET_log_setup (argv[0],
                     "DEBUG",
                     NULL);
-  (void) TALER_project_data_default ();
-  GNUNET_OS_init (CHALLENGER_project_data_default ());
   plugin_name++;
   (void) GNUNET_asprintf (&testname,
                           "%s",
@@ -123,7 +121,7 @@ main (int argc,
   (void) GNUNET_asprintf (&config_filename,
                           "test_challenger_db_%s.conf",
                           testname);
-  cfg = GNUNET_CONFIGURATION_create ();
+  cfg = GNUNET_CONFIGURATION_create (CHALLENGER_project_data ());
   if (GNUNET_OK !=
       GNUNET_CONFIGURATION_parse (cfg,
                                   config_filename))

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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