gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: fix FTBFS


From: gnunet
Subject: [taler-anastasis] branch master updated: fix FTBFS
Date: Fri, 31 Jan 2020 00:05:57 +0100

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new fc58ba2  fix FTBFS
fc58ba2 is described below

commit fc58ba2a1f5bb85cab4a3bfa2e3e1b02f20277bf
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Jan 31 00:05:51 2020 +0100

    fix FTBFS
---
 src/backend/anastasis-httpd.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/backend/anastasis-httpd.c b/src/backend/anastasis-httpd.c
index ba4f8f7..85c1ad6 100644
--- a/src/backend/anastasis-httpd.c
+++ b/src/backend/anastasis-httpd.c
@@ -519,10 +519,10 @@ run (void *cls,
     return;
   }
   if (GNUNET_OK !=
-      TALER_config_get_denom (config,
-                              "anastasis",
-                              "ANNUAL_FEE",
-                              &AH_annual_fee))
+      TALER_config_get_amount (config,
+                               "anastasis",
+                               "ANNUAL_FEE",
+                               &AH_annual_fee))
   {
     GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
                                "anastasis",

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



reply via email to

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