forked from I2P_Developers/i2p.i2p
* Streaming: Fix instantiation failure with blacklist entries,
caused by bad fix for ticket #1070
This commit is contained in:
@ -784,7 +784,7 @@ class ConnectionOptions extends I2PSocketOptionsImpl {
|
||||
Hash h = ConvertToHash.getHash(hashstr);
|
||||
if (h == null)
|
||||
error("bad list hash: " + hashstr);
|
||||
else if (_blackListEnabled)
|
||||
else if (blackListEnabled)
|
||||
blackList.add(h);
|
||||
else
|
||||
accessList.add(h);
|
||||
|
Reference in New Issue
Block a user