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:
parent
a8b7d1d017
commit
bea98f32c4
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue