* Console: Add 'advanced warning' to /confgiclients

* SOCKS5Server: Remove redundant, commented out line from my previous findbugs
This commit is contained in:
dg2-new
2013-12-25 09:37:46 +00:00
parent bf485d8bce
commit 09668453d0
3 changed files with 6 additions and 2 deletions

View File

@@ -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();