From 5cb7accbfac7dc4da60396c07b0b02276143d744 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 30 Sep 2009 18:18:42 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=19222 --- client/sysmon_win.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/sysmon_win.cpp b/client/sysmon_win.cpp index 25b55303f9..2faaca7409 100644 --- a/client/sysmon_win.cpp +++ b/client/sysmon_win.cpp @@ -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;