From a60f0bdb492cc601973f96eb0cdfd2f4f39109fe Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 26 Jul 2016 13:44:07 -0700 Subject: [PATCH] client: win compile fix --- 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 a201b9860d..191cc76e70 100644 --- a/client/sysmon_win.cpp +++ b/client/sysmon_win.cpp @@ -443,7 +443,7 @@ int initialize_system_monitor(int /*argc*/, char** /*argv*/) { // Create a thread to handle proxy auto-detection. // - if (!cc_config.no_autodetect) { + if (!cc_config.proxy_info.no_autodetect) { g_hWindowsMonitorSystemProxyThread = CreateThread( NULL, 0,