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

Skip to content
Snippets Groups Projects
Commit 208192f4 authored by zzz's avatar zzz
Browse files

* I2CP: Fix bug in handling external I2CP clients, introduced in -2

   by the immutable destination patch
parent 20b2f7dc
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,6 @@ public class SessionConfig extends DataStructureImpl {
public void readBytes(InputStream rawConfig) throws DataFormatException, IOException {
_destination = Destination.create(rawConfig);
_destination.readBytes(rawConfig);
_options = DataHelper.readProperties(rawConfig);
_creationDate = DataHelper.readDate(rawConfig);
_signature = new Signature();
......
......@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 2;
public final static long BUILD = 3;
/** for example "-test" */
public final static String EXTRA = "";
......
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