gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix copy and paste error


From: gnunet
Subject: [taler-exchange] branch master updated: fix copy and paste error
Date: Mon, 20 Jan 2020 00:31:50 +0100

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 2e1480dc fix copy and paste error
2e1480dc is described below

commit 2e1480dcabd081ab4f97f2e215c43e53fddc1b5d
Author: Florian Dold <address@hidden>
AuthorDate: Mon Jan 20 00:31:48 2020 +0100

    fix copy and paste error
---
 src/exchange/taler-exchange-aggregator.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/exchange/taler-exchange-aggregator.c 
b/src/exchange/taler-exchange-aggregator.c
index ec2efb6f..a43277b2 100644
--- a/src/exchange/taler-exchange-aggregator.c
+++ b/src/exchange/taler-exchange-aggregator.c
@@ -612,7 +612,7 @@ static int
 parse_wirewatch_config ()
 {
   if (GNUNET_OK !=
-      GNUNET_CONFIGURATION_get_value_string (c,
+      GNUNET_CONFIGURATION_get_value_string (cfg,
                                              "exchange",
                                              "BASE_URL",
                                              &exchange_base_url))
@@ -620,8 +620,7 @@ parse_wirewatch_config ()
     GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
                                "exchange",
                                "BASE_URL");
-    global_ret = 1;
-    return;
+    return GNUNET_SYSERR;
   }
   if (GNUNET_OK !=
       GNUNET_CONFIGURATION_get_value_string (cfg,

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



reply via email to

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