From: Mitchell Livingston Date: Thu, 7 Aug 2008 02:50:30 +0000 (+0000) Subject: #1145 on startup, proxy type would change from SOCKS5 to SOCKS4 X-Git-Tag: 1.32~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a9334b606077b9395001751c94ee253d90bcc34;p=transmission #1145 on startup, proxy type would change from SOCKS5 to SOCKS4 --- diff --git a/macosx/PrefsController.m b/macosx/PrefsController.m index 207a5359d..dabab0ab5 100644 --- a/macosx/PrefsController.m +++ b/macosx/PrefsController.m @@ -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