forked from I2P_Developers/i2p.i2p
build fix
This commit is contained in:
@ -734,7 +734,7 @@ class PeerTestManager {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
UDPAddress addr = new UDPAddress(raddr);
|
UDPAddress addr = new UDPAddress(raddr);
|
||||||
byte[] ikey - addr.getIntroKey();
|
byte[] ikey = addr.getIntroKey();
|
||||||
if (ikey == null) {
|
if (ikey == null) {
|
||||||
if (_log.shouldLog(Log.WARN))
|
if (_log.shouldLog(Log.WARN))
|
||||||
_log.warn("Unable to pick a charlie");
|
_log.warn("Unable to pick a charlie");
|
||||||
|
Reference in New Issue
Block a user