forked from I2P_Developers/i2p.i2p
* I2CP: Fix bug in handling external I2CP clients, introduced in -2
by the immutable destination patch
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user