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, 17 Mar 2017 18:44:33 +0100

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 3d1d78f  fix FTBFS
3d1d78f is described below

commit 3d1d78f23af68de52fcf49f6412b44882bbd5e22
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Mar 17 18:46:30 2017 +0100

    fix FTBFS
---
 src/auditor/taler-auditor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c
index 06fc7e1..48eb30c 100644
--- a/src/auditor/taler-auditor.c
+++ b/src/auditor/taler-auditor.c
@@ -1196,7 +1196,7 @@ sync_denomination (void *cls,
   if (GNUNET_OK != ret)
   {
     GNUNET_break (0);
-    cc.ret = GNUNET_SYSERR;
+    cc->ret = GNUNET_SYSERR;
   }
   GNUNET_assert (GNUNET_YES ==
                  GNUNET_CONTAINER_multihashmap_remove (cc->denominations,

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



reply via email to

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