forked from I2P_Developers/i2p.i2p
* Console: Add 'advanced warning' to /confgiclients
* SOCKS5Server: Remove redundant, commented out line from my previous findbugs
This commit is contained in:
@@ -198,7 +198,6 @@ public class SOCKS5Server extends SOCKSServer {
|
||||
addressType = in.readUnsignedByte();
|
||||
switch (addressType) {
|
||||
case AddressType.IPV4:
|
||||
//connHostName = new String();
|
||||
StringBuilder builder = new StringBuilder();
|
||||
for (int i = 0; i < 4; ++i) {
|
||||
int octet = in.readUnsignedByte();
|
||||
|
Reference in New Issue
Block a user