gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: fix ftbfs


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: fix ftbfs
Date: Fri, 11 Oct 2019 19:02:09 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

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

commit 9adc4c9ffc9a83d62fe06436bc58b51a553ea284
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Oct 11 19:02:07 2019 +0200

    fix ftbfs
---
 src/auditor/taler-auditor.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c
index 398c0b04..838b79d3 100644
--- a/src/auditor/taler-auditor.c
+++ b/src/auditor/taler-auditor.c
@@ -665,7 +665,7 @@ add_denomination (void *cls,
   if (NULL !=
       GNUNET_CONTAINER_multihashmap_get (denominations,
                                          &issue->denom_hash))
-    return; /* value already known */
+    return GNUNET_OK; /* value already known */
   {
     struct TALER_Amount value;
 
@@ -714,11 +714,10 @@ get_denomination_info_by_hash (const struct 
GNUNET_HashCode *dh,
                                TALER_DenominationKeyValidityPS **issue)
 {
   const struct TALER_DenominationKeyValidityPS *i;
+  enum GNUNET_DB_QueryStatus qs;
 
   if (NULL == denominations)
   {
-    enum GNUNET_DB_QueryStatus qs;
-
     denominations = GNUNET_CONTAINER_multihashmap_create (256,
                                                           GNUNET_NO);
     qs = adb->select_denomination_info (adb->cls,

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



reply via email to

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