v0.3.2
This commit is contained in:
@@ -70,7 +70,7 @@ pub fn find_key(conn: &Connection, name: &str) -> XResult<Option<Key>> {
|
|||||||
Ok(Key {
|
Ok(Key {
|
||||||
name: row.get(1)?,
|
name: row.get(1)?,
|
||||||
encrypted_key: row.get(2)?,
|
encrypted_key: row.get(2)?,
|
||||||
comment: Some(row.get(3)?),
|
comment: row.get(3)?,
|
||||||
})
|
})
|
||||||
})?;
|
})?;
|
||||||
match key_iter.next() {
|
match key_iter.next() {
|
||||||
|
|||||||
Reference in New Issue
Block a user