fix auditor_iter, still a GNUNET_SYSERR lying around.
This commit is contained in:
parent
6110954931
commit
8ebfd1f643
@ -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 !=
|
||||
|
Loading…
Reference in New Issue
Block a user