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

by the immutable destination patch
This commit is contained in:
zzz
2013-10-13 19:33:04 +00:00
parent 20b2f7dcb1
commit 208192f445
2 changed files with 1 additions and 2 deletions

View File

@@ -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();