Fix return value of ef_verify() to match function comment

Comment added in commit 6eec0010.  Callers don't actually care.
This commit is contained in:
Markus Armbruster 2011-07-10 17:05:03 +02:00
parent a8b7d1d017
commit bea98f32c4

View file

@ -315,7 +315,7 @@ ef_verify(int may_put)
continue;
verify_ca(ep->uid);
for (i = 0; i < ef_nelem(ep->uid); i++) {
retval += verify_row(ep->uid, i);
retval |= verify_row(ep->uid, i);
}
}