From 0a9334b606077b9395001751c94ee253d90bcc34 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Thu, 7 Aug 2008 02:50:30 +0000 Subject: [PATCH] #1145 on startup, proxy type would change from SOCKS5 to SOCKS4 --- macosx/PrefsController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0