forked from I2P_Developers/i2p.i2p
I2CP: Don't try to decrypt an LS before it's encrypted (ticket #1608)
log tweaks
This commit is contained in:
@ -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 = 9;
|
||||
public final static long BUILD = 10;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
@ -64,7 +64,7 @@ class RequestLeaseSetJob extends JobImpl {
|
||||
// _log.debug("Adding fudge " + fudge);
|
||||
endTime += fudge;
|
||||
|
||||
SessionId id = _runner.getSessionId(_requestState.getRequested().getDestination().calculateHash());
|
||||
SessionId id = _runner.getSessionId(requested.getDestination().calculateHash());
|
||||
if (id == null)
|
||||
return;
|
||||
I2CPMessage msg;
|
||||
|
Reference in New Issue
Block a user