build fix

This commit is contained in:
zzz
2012-10-20 03:38:54 +00:00
parent 5a964dacbb
commit 5695d0e94a

View File

@ -734,7 +734,7 @@ class PeerTestManager {
return;
}
UDPAddress addr = new UDPAddress(raddr);
byte[] ikey - addr.getIntroKey();
byte[] ikey = addr.getIntroKey();
if (ikey == null) {
if (_log.shouldLog(Log.WARN))
_log.warn("Unable to pick a charlie");