1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-10 14:13:23 +00:00

#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