|
|
|
@ -122,7 +122,6 @@ impl Storage {
|
|
|
|
|
Some(line) => line?, |
|
|
|
|
None => return Err(io::Error::new(io::ErrorKind::InvalidData, "Bad storage db format: no passphrase in the beginnning")), |
|
|
|
|
}; |
|
|
|
|
println!("pass: {}", passtest); |
|
|
|
|
for line in lines { |
|
|
|
|
match line { |
|
|
|
|
Ok(line) => { |
|
|
|
|