summaryrefslogtreecommitdiff
path: root/src/exchangedb
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-24 10:49:20 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-24 10:50:02 +0200
commit8ebfd1f643f9dbc49c2acdbc99084cdae0c268be (patch)
tree3b26b25ce3fc34ebae233cceaaab5cf7e14a9263 /src/exchangedb
parent6110954931d12e57757624ce1ea3d412db83460c (diff)
downloadexchange-8ebfd1f643f9dbc49c2acdbc99084cdae0c268be.tar.gz
exchange-8ebfd1f643f9dbc49c2acdbc99084cdae0c268be.tar.bz2
exchange-8ebfd1f643f9dbc49c2acdbc99084cdae0c268be.zip
fix auditor_iter, still a GNUNET_SYSERR lying around.
Diffstat (limited to 'src/exchangedb')
-rw-r--r--src/exchangedb/exchangedb_auditorkeys.c2
1 files changed, 1 insertions, 1 deletions
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 !=