From 8ebfd1f643f9dbc49c2acdbc99084cdae0c268be Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 24 May 2017 10:49:20 +0200 Subject: fix auditor_iter, still a GNUNET_SYSERR lying around. --- src/exchangedb/exchangedb_auditorkeys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exchangedb/exchangedb_auditorkeys.c') diff --git a/src/exchangedb/exchangedb_auditorkeys.c b/src/exchangedb/exchangedb_auditorkeys.c index 287bbf1bc..982944142 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 != -- cgit v1.2.3