#1145 on startup, proxy type would change from SOCKS5 to SOCKS4

This commit is contained in:
Mitchell Livingston
2008-08-07 02:50:30 +00:00
parent 98e1b995e0
commit 0a9334b606

View File

@@ -747,7 +747,7 @@
if ([typeString isEqualToString: @"SOCKS4"])
type = TR_PROXY_SOCKS4;
else if ([typeString isEqualToString: @"SOCKS5"])
type = TR_PROXY_SOCKS4;
type = TR_PROXY_SOCKS5;
else
{
//safety