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 auditor_iter, s


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: fix auditor_iter, still a GNUNET_SYSERR lying around.
Date: Wed, 24 May 2017 10:49:48 +0200

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

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 8ebfd1f  fix auditor_iter, still a GNUNET_SYSERR lying around.
8ebfd1f is described below

commit 8ebfd1f643f9dbc49c2acdbc99084cdae0c268be
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed May 24 10:49:20 2017 +0200

    fix auditor_iter, still a GNUNET_SYSERR lying around.
---
 src/exchangedb/exchangedb_auditorkeys.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchangedb/exchangedb_auditorkeys.c 
b/src/exchangedb/exchangedb_auditorkeys.c
index 287bbf1..9829441 100644
--- a/src/exchangedb/exchangedb_auditorkeys.c
+++ b/src/exchangedb/exchangedb_auditorkeys.c
@@ -108,7 +108,7 @@ auditor_iter (void *cls,
   if (size < sizeof (struct AuditorFileHeaderP))
   {
     GNUNET_break (0);
-    return GNUNET_SYSERR;
+    return GNUNET_OK;
   }
   af = GNUNET_malloc (size);
   if (size !=

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



reply via email to

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