Quick Updates

svn path=/trunk/boinc/; revision=19222
This commit is contained in:
Rom Walton 2009-09-30 18:18:42 +00:00
parent 5824c3cad8
commit 5cb7accbfa
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ static void windows_detect_autoproxy_settings() {
//
// For the time being check to see if proxy_info.lpszProxy is non-null.
//
if (!proxy_info.lpszProxy) {
if (proxy_info.lpszProxy) {
std::string proxy(W2A(std::wstring(proxy_info.lpszProxy)));
std::string new_proxy;