accidental inifnite recursion

This commit is contained in:
Sorunome 2020-05-21 16:55:30 +02:00
parent 10372a9dbe
commit 788353120b
No known key found for this signature in database
GPG Key ID: B19471D07FC9BE9C
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ abstract class _SignedKey {
continue;
}
if (key.verified) {
if (key.directVerified) {
return true; // we verified this key and it is valid...all checks out!
}
// or else we just recurse into that key and chack if it works out