fix auditor_iter, still a GNUNET_SYSERR lying around.

This commit is contained in:
Marcello Stanisci 2017-05-24 10:49:20 +02:00
parent 6110954931
commit 8ebfd1f643
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -108,7 +108,7 @@ auditor_iter (void *cls,
if (size < sizeof (struct AuditorFileHeaderP)) if (size < sizeof (struct AuditorFileHeaderP))
{ {
GNUNET_break (0); GNUNET_break (0);
return GNUNET_SYSERR; return GNUNET_OK;
} }
af = GNUNET_malloc (size); af = GNUNET_malloc (size);
if (size != if (size !=