commit 8ebfd1f643f9dbc49c2acdbc99084cdae0c268be
parent 6110954931d12e57757624ce1ea3d412db83460c
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Wed, 24 May 2017 10:49:20 +0200
fix auditor_iter, still a GNUNET_SYSERR lying around.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 !=