mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-06-03 17:31:25 +00:00
- Fix cases where we weren't using the session for b32 lookup
This commit is contained in:
@@ -338,7 +338,7 @@ abstract class ExtensionHandler {
|
||||
System.arraycopy(ids, off, hash, 0, HASH_LENGTH);
|
||||
if (DataHelper.eq(hash, peer.getPeerID().getDestHash()))
|
||||
continue;
|
||||
PeerID pID = new PeerID(hash);
|
||||
PeerID pID = new PeerID(hash, listener.getUtil());
|
||||
peers.add(pID);
|
||||
}
|
||||
// could include ourselves, listener must remove
|
||||
|
||||
Reference in New Issue
Block a user