fix
This commit is contained in:
+2
-1
@@ -569,7 +569,8 @@ impl Key {
|
|||||||
Ok(cert) => keys.push(Key { slot, cert }),
|
Ok(cert) => keys.push(Key { slot, cert }),
|
||||||
Err(Error::InvalidObject) => {} // skip slots we can't parse (e.g. Ed25519)
|
Err(Error::InvalidObject) => {} // skip slots we can't parse (e.g. Ed25519)
|
||||||
Err(other) => return Err(other),
|
Err(other) => return Err(other),
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Ok(keys)
|
Ok(keys)
|
||||||
|
|||||||
Reference in New Issue
Block a user