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:
parent
98e1b995e0
commit
0a9334b606
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue