I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 70ae99f3 authored by zzz's avatar zzz
Browse files

fix broken persistent key storage

parent 15565ca0
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ public class PersistentKeyRing extends KeyRing {
if (key == null || key.length() != 44)
continue;
String hb = prop.substring(PROP_PFX.length());
hb.replace("$", "=");
hb = hb.replace("$", "=");
Hash dest = new Hash();
SessionKey sk = new SessionKey();
try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment