mirror of https://github.com/BOINC/boinc.git
- Manager: compile fix
svn path=/trunk/boinc/; revision=25298
This commit is contained in:
parent
721493bf29
commit
05c82a1405
|
@ -1917,3 +1917,9 @@ David 20 Feb 2012
|
|||
gui_rpc_client.h
|
||||
client/
|
||||
boinc_cmd.cpp
|
||||
|
||||
David 20 Feb 2012
|
||||
- Manager: compile fix
|
||||
|
||||
clientgui/
|
||||
MainDocument.cpp
|
||||
|
|
|
@ -2318,10 +2318,6 @@ int CMainDocument::SetProxyConfiguration() {
|
|||
if (!proxy_info.http_user_name.empty() || !proxy_info.http_user_passwd.empty())
|
||||
proxy_info.use_http_authentication = true;
|
||||
|
||||
proxy_info.socks_version = 4;
|
||||
if (!proxy_info.socks5_user_name.empty() || !proxy_info.socks5_user_passwd.empty())
|
||||
proxy_info.socks_version = 5;
|
||||
|
||||
iRetVal = rpc.set_proxy_settings(proxy_info);
|
||||
if (iRetVal) {
|
||||
wxLogTrace(wxT("Function Status"), wxT("CMainDocument::SetProxyInfo - Set Proxy Info Failed '%d'"), iRetVal);
|
||||
|
|
Loading…
Reference in New Issue